-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
encouraging... #3
Comments
Thank you! I don't know how to emulate subclasses with Supporting inheritance properly is definitely possible. See an old draft at rust-qt/ritual#26. I just don't have enough time to implement it right now, but hopefully I'll do it eventually. |
I suppose that handling signals, slots, properties form a part of what one reaches for subclasses for in qt in c++. Certainly this doesn't cover everything, but i would imagine that one can get really far with composition + custom signals/slots/properties. Sure, no overriding virtual methods, etc. but still quite useful. |
Hey guys, any tip of how to register component to be accessible under qml ? |
Just want to thank you again for this amazing work. I was able to throw together a pretty substantial prototype in a very short amount of time.
I really feel like this is the best library hands down to write UIs in Rust.
As an aside, I am wondering if we can use the qmetaobject to get around limitations with the lack of inheritance in rust? Do you have plans for tackling this?
The text was updated successfully, but these errors were encountered: