Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.3.0-beta
-
None
-
[SDKTestRound17]
Workstation platform: Linux Ubuntu 11.04
Qt Creator Version: Qt Creator 2.2.83 (2.3.0-post-beta) Based on Qt 4.7.4 (32 bit) Built on Aug 2 2011 at 01:16:21 From revision 17c88cb2e7
Qt SDK Version: 1.1.2
-
aa2ba4c2a8867b4315cb7333c6d64a95559fb091
Description
Steps:
1. Create a new qml file and open it in designer mode.
2. Add an Image control to the canvas.
3. Try to change the painted size in the properties window.
Expected Result:
The paintedwidth and paintedHeight properties are readonly. They should not be modified in the designer.
Actually Result:
The two properties can be modified.