Qt 6.11 is out! See what's new in the release
blog
Integrating Adobe Flash with application
General and Desktop
11
Posts
2
Posters
2.5k
Views
1
Watching
-
So simply installing Adobe Flash plugin in my computer will allow the QWebView to handle flash content?
-
what do you mean by default alignment?
-
-
Ok, thanks for the education! How can opt to use default alignment for my web view?
-
Ok so I have the flash plugin on my computer (should i use the Chrome version?). It doesn't seem to have any effect.
-
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.
-
Ok so it looks like the flash plugin has to be located in a certain directory. Which one?