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

Duplicate enumeration values in Qt::WindowType

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.10.0
    • 5.4.0 Beta
    • GUI: Window management
    • None
    • All
    • 2be25273e1fc81c5a9e5124f1444100bdb3d458a (qtbase/dev, 20.4.2016, 5.10)

    Description

      qnamespace.h:

      enum WindowType {
      ....
      WindowOverridesSystemGestures =    0x00100000,
      WindowCancelButtonHint =           0x00100000,
      WindowTransparentForInput =        0x00080000,
      WindowOkButtonHint =               0x00080000,
      

      Note: WindowOkButtonHint , WindowCancelButtonHint are Windows CE only (WindowOkButtonHint is referenced only in qwizard within a Q_OS_WINCE and as far as I can see, the QPA plugin does not observe those ATM. WindowOverridesSystemGestures and WindowTransparentForInput were added in Qt 5.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-42897
          # Subject Branch Project Status CR V

          Activity

            People

              bjoern.breitmeyer Björn Breitmeyer
              kleint Friedemann Kleint
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes