Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.0
-
None
-
-
1a655fdcf (dev), 3515deb56 (6.8), 6c989105c (6.7), ff10c991c (6.7.3), 3b2dcfa4e (dev), 9e1d71ca9 (6.8)
Description
enum Qt::Vertical changed to Qt::Orientation::Vertical in QtCreator *.ui files leads to wrong generating ui_classname.h file by UIC for the "Line" (QFrame) class. In case UI file has orientation Qt::Orientation::Vertical leads to generate wrong QFrame shape. It should be QFrame::setFrameShape(QFrame::VLine), but always generating with HLine, so always is "Line" QFrame set to Horizontal Line. Problem occur when Qt Creator version >= 14.0 and Qt version < 6.7.2
Attachments
Issue Links
- duplicates
-
QTBUG-127179 Qt Creator puts wrong fields for spacer objects
- Closed
- resulted from
-
QTBUG-118473 Qt Designer/uic should generate fully qualified enumeration names
- Closed