NAME
Qt::WebKit::QWebView
PUBLIC METHODS
- QWebView()
- QWebView( = 0)
- ~QWebView()
- void back()
- bool event()
- bool findText(, )
- bool findText(, = 0)
- void forward()
- QWebHistory * history()
- QIcon icon()
- QVariant inputMethodQuery()
- bool isModified()
- void load()
- void load(, , )
- void load(, , = QByteArray())
- void load(, = QNetworkAccessManager::GetOperation, = QByteArray())
- QWebPage * page()
- QAction * pageAction()
- void print()
- void reload()
- QFlags<QPainter::RenderHint> renderHints()
- QString selectedText()
- void setContent(, , )
- void setContent(, , = QUrl())
- void setContent(, = QString(), = QUrl())
- void setHtml(, )
- void setHtml(, = QUrl())
- void setPage()
- void setRenderHint(, )
- void setRenderHint(, = true)
- void setRenderHints()
- void setTextSizeMultiplier()
- void setUrl()
- void setZoomFactor()
- QWebSettings * settings()
- QSize sizeHint()
- void stop()
- qreal textSizeMultiplier()
- QString title()
- void triggerPageAction(, )
- void triggerPageAction(, = 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.