Consider which attributes should be on a Q_PROPERTY #42
Labels
🤔 discussion
Feedback welcome
⬆️ feature
New feature or request
🥳🎉 1.0
This issue is part of stabilization for 1.0 release
Milestone
Have the ability to declare a #[property(getter = "...", setter = "...", notify = "...")]
For example we can't currently say that a property is readonly to C++/QML, but note that this would require the setter to still be accessible from Rust. Does this simply mean which Q_PROPERTY attributes as set?
The text was updated successfully, but these errors were encountered: