Just wondering if it's possible to create a widget, or a window with menus or buttons, and use it in a browser, in html or php
Just wondering if it's possible to create a widget, or a window with menus or buttons, and use it in a browser, in html or php
Take a look at QWebPluginFactory.
You're supposed to provide your own widget plugin factory.
Don't forget to addto your QWebView.Qt Code:
settings()->setAttribute(QWebSettings::PluginsEnabled, true);To copy to clipboard, switch view to plain text mode
May be this blog can help you with what you need .
Bookmarks