Details
-
Technical task
-
Resolution: Won't Do
-
P2: Important
Description
So given a QML file that has something like
Item {
property int aValue: 1
}
user should be able to access the property from Python like
item = quickView.rootObject() print(item.aValue)
Currently the dynamic lookup works for signals and slots.
Starting point is in pyside.cpp -> getMetaDataFromQObject