Hi, i have problem. When i use QWebView to watch websites QuickTime componets does not work. What i should do to fix it? I will be gracefull for any help
Hi, i have problem. When i use QWebView to watch websites QuickTime componets does not work. What i should do to fix it? I will be gracefull for any help
Make sure you have a QuickTime plugin installed and plugins enabled
Qt Code:
QWebView view; view.settings()->setAttribute(QWebSettings::PluginsEnabled, true);To copy to clipboard, switch view to plain text mode
Bookmarks