Results 1 to 4 of 4

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

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

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

    We have developed the application in portal and same thing we are using for desktop with the help of QWebView in Qt.

    Due to some reasons we using Qt player plug in portal.

    But html components(error message popups, volume bar etc) are displaying below the Qt plugin

    we tried Z-index in html still its displaying behind qt plugin.
    khKlb.jpg
    could some one help me out of this problem.

  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: Html components are displaying below the Qt plugin using QWebView in Qt

    Am I correct in assuming that by "Qt player plugin" you mean "Apple Quicktime (QT) Player plugin?" I guess the platform is not Linux/UNIX as your profile would lead us to believe.

    Please post some small example that can be used to reproduce the issue so that it may be possible to tell if the issue exists, and whether it lies in the Qt QWebView, the Apple QT plugin, or your HTML/Javascript.

  3. #3
    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.

  4. #4
    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

    Quote Originally Posted by ChrisW67 View Post
    Am I correct in assuming that by "Qt player plugin" you mean "Apple Quicktime (QT) Player plugin?" I guess the platform is not Linux/UNIX as your profile would lead us to believe.

    Please post some small example that can be used to reproduce the issue so that it may be possible to tell if the issue exists, and whether it lies in the Qt QWebView, the Apple QT plugin, or your HTML/Javascript.
    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 

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.