Results 1 to 2 of 2

Thread: QWebView and QuickTime from Apple

  1. #1
    Join Date
    Jun 2013
    Posts
    5
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Default QWebView and QuickTime from Apple

    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

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QWebView and QuickTime from Apple

    Make sure you have a QuickTime plugin installed and plugins enabled
    Qt Code:
    1. QWebView view;
    2. view.settings()->setAttribute(QWebSettings::PluginsEnabled, true);
    To copy to clipboard, switch view to plain text mode 

Similar Threads

  1. Quicktime problem
    By qwertyone in forum Qt Programming
    Replies: 2
    Last Post: 26th March 2009, 09:49
  2. QuickTime API
    By merry in forum Qt Programming
    Replies: 21
    Last Post: 19th February 2008, 12:14

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.