Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.2.1
-
None
-
Ubuntu 14.04 LTS 64 bit
Windows 7 64 bit
-
Ib36f39770930be486225b45169d2ebdb53df8df4
Description
- Create a new Qt Quick Application project using Quick Controls 1.2.
- Open its QML file in Design mode.
- Select the ApplicationWindow item.
- In the Properties view, change the value for minimumHeight.
- Click on the the small arrow on the left of the spin box and select "Reset" from the popup menu.
The value will not be reset in the Properties view. - Go to Edit mode.
minimumHeight was reset in the QML file. - Go to Design mode.
- Select the ApplicationWindow item.
- In the Properties view, see the value for minimumHeight.
It still shows the same value as entered in step 4. - Close the project and all editors.
- Create another Qt Quick Application project using Quick Controls 1.2.
- Open its QML file in Edit mode.
See that there is no value set for minimumHeight. - Open its QML file in Design mode.
- Select the ApplicationWindow item.
- In the Properties view, see the value for minimumHeight.
It still shows the same value as entered in step 4.
"Reset" should reset the value. When opening new files, the Designer should use the values from this file and not from one that was opened before.