Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-105060

QVideoWidget always draws on top of QStackedWidget

    XMLWordPrintable

Details

    • Windows

    Description

      I created a QStackedWidget and set its stackingMode to StackAll by

      auto layout = qobject_cast<QStackedLayout*>(ui->preview->layout());
      layout->setStackingMode(QStackedLayout::StackingMode::StackAll);
      

      But the QVideoWidget in lower page always draws on top of higher page.

      The QVideoWidget is promoted from QWidget.

      See the screenshots, yellow "1"s are covered by only QVideoWidget.

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            laknoll Lars Knoll
            namniav vainman H
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes