Details
-
Sub-task
-
Resolution: Duplicate
-
P2: Important
-
None
-
None
-
all
Description
QML grammar does not accept namespace prefix for property types.
This feature is essential when trying to avoid namespace clashes.
Use case example:
import com.meego 1.0 as Meego
Item {
property Meego.PageStack stack; // this will not parse
}
Attachments
Issue Links
- is replaced by
-
QTBUG-10822 property declarations don't accept all types
- Closed
- replaces
-
QTBUG-20808 Impossible to use namespaces in the property declaration
- Closed