- 
    Bug 
- 
    Resolution: Duplicate
- 
     Not Evaluated Not Evaluated
- 
    None
- 
    5.2.1
- 
    None
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?
- is replaced by
- 
                    QTBUG-10822 property declarations don't accept all types -         
- Closed
 
-