Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
Qt Creator 2.2.0
-
None
Description
How to reproduce
Open $CREATORDIR/tests/manual/qml/testfiles/usingbutton.qml:
import Qt 4.7 import "components" as X Rectangle { width: 640 height: 480 X.MyButton { } }
The 'X' in 'X.MyButton' is underlined, and the tooltip shows 'unknown type'. This can be fixed by loading MyButton.qml once in the editor.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-2888 imported components don't show in qml designer
- Closed