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

Qt Designer/uic should generate fully qualified enumeration names

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Fixed
    • Icon: Not Evaluated Not Evaluated
    • 6.7.0 FF
    • 6.6
    • Tools: Designer
    • None
    • All
    • b2bcf0399 (dev), 689afdeef (6.6), ac4ddedd9 (dev), 453345999 (dev), 47b56e905 (dev), 8615f39fb (dev), f2300356d (dev), b78ac271b (6.6), d9961d974 (6.6), c9d3fd7f6 (6.6), 5735fd272 (6.6), 19020092f (dev), 9acc2df00 (dev), 36c189a91 (dev), d7ebe9178 (dev)

      It should supported scoped enumerations and it will be required at some point by Qt for Python.

      In general, uic just generates these values into C++; so it should mostly work. There are some corner cases though where some checking code needs to changed from something like v == "Qt::Horizontal" to v.endsWith("::Horizontal"). These modifications are planned to trickle through to 6.5 so that Tools embedding older versions of Qt Designer can handle it.

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

            kleint Friedemann Kleint
            kleint Friedemann Kleint
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There is 1 open Gerrit change