33 virtual void Load (
const QUrl& url) = 0;
44 virtual void SetHtml (
const QString& html,
const QUrl& base = {}) = 0;
97Q_DECLARE_INTERFACE (
IWebWidget,
"org.Deviant.LeechCraft.IWebWidget/1.0")
Base class for plugins that provide a web browser.
virtual ~IWebBrowser()=default
virtual IWebWidget * GetWidget() const =0
Returns the IWebWidget for use in another modules of LeechCraft.