Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.2.1
-
None
Description
I'm trying to create a list property containing my own QML objects, e.g.:
import QtQuick 2.1
import system.items 1.0 as System
Rectancle {
...
property list<System.QMLDboAnalog> someObjectList:
[
System.QMLDboAnalog
// Path Value Objects
System.QMLDboAnalog
]
QtCreator does not like the "System." prefix in the list type.
Am I doing something wrong here?
Attachments
Issue Links
- is replaced by
-
QTBUG-10822 property declarations don't accept all types
- Closed