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
- Signal syntax:
QObject.connect(source, SIGNAL("statusMessage(QString)"), target_slot)
Method Documentation
__init__ |
( |
self, |
|
|
|
QWidget |
parent=0 |
|
) |
|
|
|
setWikipediaPath |
( |
self, |
|
|
|
QString |
relativeUrl |
|
) |
|
|
|
Static Method Documentation