I really want to display my own widgets in a browser as a web application. I've found a great example on http://doc.qt.nokia.com/qq/qq26-webplugin.html.
When I run the .html file however, it doesn't show the QTableView in the browser. It reports an error saying "No plug-in available to display this content". Running the Qt app however works fine. How can I create web pages to display my own Qt widget that the user can browse to through html (ie. how to open the html in a standard browser and it will show the Qt Widget)? Does the plug-in need to be at a certain location in order to work?
Bookmarks