PDA

View Full Version : QWebView and QuickTime from Apple



postep
15th June 2013, 18:12
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

ChrisW67
17th June 2013, 02:24
Make sure you have a QuickTime plugin installed and plugins enabled


QWebView view;
view.settings()->setAttribute(QWebSettings::PluginsEnabled, true);