-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.11
-
None
In C++ a very flexible API is provided.
Q_PROPERTY(type name (READ getFunction [WRITE setFunction] | MEMBER memberName [(READ getFunction | WRITE setFunction)]) [RESET resetFunction] [NOTIFY notifySignal] [REVISION int | REVISION(int[, int])] [DESIGNABLE bool] [SCRIPTABLE bool] [STORED bool] [USER bool] [BINDABLE bindableProperty] [CONSTANT] [FINAL] [REQUIRED])
At the moment of writing this we have an implementation of READ, WRITE, MEMBER, NOTIFY and CONSTANT in Rust.
We should see which of the remaining keywords and relevant and implement then in Rust.
STORE for example, might be good and simple to implement.
- is required for
-
QTBUG-134769 As a dev, I need a simple way to add a Qt Quick UI to my Rust code
-
- Open
-
- resulted from
-
QTBUG-139087 Qt Quick for Rust: implement properties
-
- Closed
-