MeVisLab Scripting Reference
|
Inherits QGraphicsProxyWidget.
Public Slots | |
Direct MLABWebGraphicsProxyWidget access | |
| |
QUrl | url () const |
void | setUrl (const QUrl &url) |
void | setHtml (const QString &htmlString, const QUrl &baseUrl=QUrl()) |
void | setGeometry (const QRect &r) |
MLABWebGraphicsProxyWidget extends QGraphicsProxyWidget to allow setter methods for URL/HTML.
|
slot |
Convenience method to set the geometry by QRect.
|
slot |
Sets the HTML
data from the given htmlString.
If no baseUrl
is given, the base URL is the of the MDL code that created this WebView.
|
slot |
Set the URL to load.
|
slot |
Returns the URL that was set before.