-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 18.0.0
-
None
I have a *.ui file that uses spacers for the layout. If I open the existing *.ui and click on a tab, this updates the current tab. If I then select save, then the *.ui file is updated with multiple changes such as the the following, and the layout of my UI is broken -:
<spacer name="horizontalSpacer">
<property name="orientation">
- <enum>Qt::Horizontal</enum>
+ <enum>Qt::Orientation::Horizontal</enum>
At the moment, I need to then manually edit the *.ui to remove all of these additional prefixed so that the layout of the UI works properly.
- duplicates
-
QTBUG-127179 Qt Creator puts wrong fields for spacer objects
-
- Closed
-