Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 1.3.81 (2.0.0-alpha)
-
None
Description
Qt Creator's syntax parser does not understand import aliases.
E.g. in the example below "Viewer" in "Viewer.Screen" is underlined as "Unknown type".
import QDeclarativeViewer 1.0 as Viewer
Viewer.Screen {
id: qmlviewerScreen
}