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

QWindow can't display in QWidget wrapper if top-level QWidget is set Qt::FramelessWindowHint && Qt::WA_TranslucentBackground in the same time.

    XMLWordPrintable

Details

    • Windows

    Description

      As a example project: Qt\Examples\Qt-6.6.0\vulkan\hellovulkanwidget.

      If belows 2 line was added in Class MainWindow' s construct function, the VulkanWindow won't be shown anymore.

      this->setWindowFlag(Qt::FramelessWindowHint);
      this->setAttribute(Qt::WA_TranslucentBackground);

       

      This bug can appear with any QWindow wrappered by QWidget.

      Attachments

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

        Activity

          People

            lagocs Laszlo Agocs
            liziqi liziqi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes