TinyWebBrowser Class Reference
from PyKDE4.marble import *
Inherits: QWebView → QWidget → QObject
Namespace: Marble
Detailed Description
This class provides a tiny web browser based on QWebView (WebKit).
It is different from QWebView as it has the button "Open in new Window"
disabled per default and instead opens every link in the default web
browser of the user.
Signal Documentation
statusMessage |
( |
QString |
a0 |
|
) |
|
|
|
- Signal syntax:
QObject.connect(source, SIGNAL("statusMessage(QString)"), target_slot)
Method Documentation
__init__ |
( |
self, |
|
|
|
QWidget |
parent=0 |
|
) |
|
|
|
QWebView createWindow |
( |
self, |
|
|
|
QWebPage::WebWindowType |
type |
|
) |
|
|
|
setWikipediaPath |
( |
self, |
|
|
|
QString |
relativeUrl |
|
) |
|
|
|
Static Method Documentation
QByteArray userAgent |
( |
QString |
platform, |
|
|
QString |
plugin |
|
) |
|
|
|