NAME
Qt::WebKit::QWebView
PUBLIC METHODS
- QWebView(QWidget * parent)
- QWebView(QWidget * parent = 0)
- ~QWebView()
- void back()
- bool event(QEvent * arg0)
- bool findText(const QString & subString, QFlags<QWebPage::FindFlag> options)
- bool findText(const QString & subString, QFlags<QWebPage::FindFlag> options = 0)
- void forward()
- QWebHistory * history()
- QIcon icon()
- QVariant inputMethodQuery(Qt::InputMethodQuery property)
- bool isModified()
- void load(const QUrl & url)
- void load(const QNetworkRequest & request, QNetworkAccessManager::Operation operation, const QByteArray & body)
- void load(const QNetworkRequest & request, QNetworkAccessManager::Operation operation, const QByteArray & body = QByteArray())
- void load(const QNetworkRequest & request, QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation, const QByteArray & body = QByteArray())
- QWebPage * page()
- QAction * pageAction(QWebPage::WebAction action)
- void print(QPrinter * arg0)
- void reload()
- QFlags<QPainter::RenderHint> renderHints()
- QString selectedText()
- void setContent(const QByteArray & data, const QString & mimeType, const QUrl & baseUrl)
- void setContent(const QByteArray & data, const QString & mimeType, const QUrl & baseUrl = QUrl())
- void setContent(const QByteArray & data, const QString & mimeType = QString(), const QUrl & baseUrl = QUrl())
- void setHtml(const QString & html, const QUrl & baseUrl)
- void setHtml(const QString & html, const QUrl & baseUrl = QUrl())
- void setPage(QWebPage * page)
- void setRenderHint(QPainter::RenderHint hint, bool enabled)
- void setRenderHint(QPainter::RenderHint hint, bool enabled = true)
- void setRenderHints(QFlags<QPainter::RenderHint> hints)
- void setTextSizeMultiplier(qreal factor)
- void setUrl(const QUrl & url)
- void setZoomFactor(qreal factor)
- QWebSettings * settings()
- QSize sizeHint()
- void stop()
- qreal textSizeMultiplier()
- QString title()
- void triggerPageAction(QWebPage::WebAction action, bool checked)
- void triggerPageAction(QWebPage::WebAction action, bool checked = false)
- QUrl url()
- qreal zoomFactor()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.