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

Duplicate enumeration values in Qt::WindowType

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes