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

Windows as tabs not supported in Qt 5.15

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.15.0, 6.3.0
    • None
    • macOS

    Description

      On previous Qt versions, multiple windows are shown in tabs instead of separate windows if

      a) the user is in full screen mode, or
      b) the user has selected 'always' for the 'prefer tabs when opening documents' option in the system preferences>dock section

      In Qt 5.15.0, in both cases two separate windows are shown instead.

      The following PyQt app demonstrates the problem:
       

      import sys
      from PyQt5.QtWidgets import *
      from PyQt5.QtCore import *
      from PyQt5.QtGui import *
      
      app = QApplication(sys.argv)
      d1 = QDialog()
      d1.show()
      d2 = QDialog()
      d2.show()
      sys.exit(app.exec_())
      

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            qtdae2 Damien Elmes
            Votes:
            10 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes