Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.6.2, Qt Creator 2.7.0-beta
-
None
-
ca340c6b4ec4b98e37b21a7f620e59c6b3b24b9e
Description
When a qml type is registered with a different name other than the class name then Qt Creator will not show the properties for it in the QML Designer. In the example provided the MyClass type is registered under a different name, therefore clicking on it when designing the main.qml will not show any properties. If it is changed back to have the name MyClass then it will work fine.