MeVisLab Scripting Reference
|
#include <mlabWebGraphicsProxyWidget.h>
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 |
Set 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.