NAME
Qt::Gui::QTextBrowser
PUBLIC METHODS
- QTextBrowser(QWidget * parent)
- QTextBrowser(QWidget * parent = 0)
- ~QTextBrowser()
- void backward()
- int backwardHistoryCount()
- void clearHistory()
- void forward()
- int forwardHistoryCount()
- QString historyTitle(int arg0)
- QUrl historyUrl(int arg0)
- void home()
- bool isBackwardAvailable()
- bool isForwardAvailable()
- QVariant loadResource(int type, const QUrl & name)
- bool openExternalLinks()
- bool openLinks()
- void reload()
- QStringList searchPaths()
- void setOpenExternalLinks(bool open)
- void setOpenLinks(bool open)
- void setSearchPaths(const QStringList & paths)
- void setSource(const QUrl & name)
- QUrl source()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.