Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Description
All Python properties will be registered as Qt Properties. Also, for each property, a corresponding Signal will be created to notify the QML code of the change in the property value. This will be called {property_name}Changed. For example, if the property is temperature, the Signal will be temperatureChanged. The reimplementation of the property setter in the wrapper code will emit the corresponding Signal.
Attachments
Issue Links
- is required for
-
QTBUG-134668 As a dev, I need a simple way to add a Qt Quick UI to my Python code
-
- In Progress
-