Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
6.7.2
-
None
-
-
fed3e50cb (tqtc/lts-5.15), ac03c58c8 (14.0), 903c0111d (dev), 67c7d6ecf (6.8), 968391b7e (6.7), 435029af3 (dev), 4b066c20a (dev), e7547b231 (6.8), e4bdbb634 (6.7), 1a655fdcf (dev), 3515deb56 (6.8), 6c989105c (6.7), ff10c991c (6.7.3), 3b2dcfa4e (dev)
Description
Something in a recent version of Qt designer has changed whereby the output for spacers has flipped, and is generating useless objects, I am using Qt creator 13.0.2 (with Qt 6.7.2), I last used Qt creator 12.0.2 (with Qt 6.6.3) which did not have this issue.
This shows the difference in output with 13.0.2, the bottom line is wrong and has flipped the last 2 arguments:
- verticalSpacer_4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); + verticalSpacer_4 = new QSpacerItem(20, 40, QSizePolicy::Expanding, QSizePolicy::Minimum);
Attachments
Issue Links
- is duplicated by
-
QTBUG-128365 Wrong "Line" (QFrame) orientation
- Reported
-
QTCREATORBUG-31529 spacer creation error
- Closed
-
QTBUG-126966 Qt Designer created ui file has a modified structure in Qt 6.7
- Closed
-
QTCREATORBUG-31374 Widget Designer of QtCreator 14.0.0 generates wrong code for 'vertical spacer' with Qt 5.15.17
- Closed
- relates to
-
QTBUG-118473 Qt Designer/uic should generate fully qualified enumeration names
- Closed