MouseArea enabled property
Unsolved
QML and Qt Quick
-
I've got a question about property"enabled" . Actually I can see 2 properties with same name in MouseArea.
Debugger:
Console log: (property name/property value/index)
index is just a counter to make sure that this is different fields
So the question is is this correct? I've got a piece of code where I need to switch "enabled" state and it not working as expected.