Results 1 to 4 of 4

Thread: Html components are displaying below the Qt plugin using QWebView in Qt

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2016
    Posts
    6
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: Html components are displaying below the Qt plugin using QWebView in Qt

    we are not using Apple Quicktime (QT) Player plugin, we have own player here the code.

    Qt Code:
    1. class VideoPlugin : public QLabel {
    2.  
    3. Q_OBJECT
    4. public:
    5. VideoPlugin();
    6. ~VideoPlugin() ;
    7. void setImage(QPixmap p);
    8. };
    To copy to clipboard, switch view to plain text mode 

    So we are exposing VideoPlugin object to portal and they are using VideoPlugin object instead of theirs they will using VideoPlugin object .
    Last edited by jeggu; 11th January 2016 at 04:36.

Similar Threads

  1. QWebView - How to get DOM HTML
    By lhg in forum Qt Programming
    Replies: 3
    Last Post: 23rd October 2011, 19:16
  2. Replies: 0
    Last Post: 22nd March 2011, 21:09
  3. problem displaying html code in QTextEdit
    By mourad in forum Qt Programming
    Replies: 2
    Last Post: 7th September 2009, 09:25
  4. Displaying HTML help
    By steg90 in forum Qt Programming
    Replies: 3
    Last Post: 15th August 2007, 11:47
  5. Displaying picture included with html code
    By Djony in forum Qt Tools
    Replies: 1
    Last Post: 27th November 2006, 16:15

Tags for this Thread

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.