Integrating Adobe Flash with application
General and Desktop
11
Posts
2
Posters
2.3k
Views
1
Watching
-
-
Have you tried this?
@QWebSettings *settings = QWebSettings::globalSettings();
settings->setAttribute (QWebSettings::PluginsEnabled, true);@See also "this":http://qt-project.org/forums/viewthread/12496/ thread for other details.