Rust-side signals slots #322
Unanswered
LightCannon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Sorry if my question is novice, I'm quite new to qmetaobject-rs (but not Qt C++/Python).
How to properly connect a signal with a slot when both are defined in Rust side.
I have a struct derived from QtObject as in the docs, it has some signals and some slots and I need to connect them inside this struct on Rust side
I tried to read the docs for this but I got confused. Is there a simple example for doing so? Signal-Slot is crucial part in any Qt app as you know.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions