Hi,
does anyone has a kind of "basic example" of a Rust-Qt multithreaded application using QThread and signals / slots?
I receive N points from a Oscilloscope that i need to plot in real-time in a QtChart (it's why i need to use a Qthread worker thread) then i need to pass the points from the worker thread to the GUI.
I already checked the "Rust-Qt examples" but unfortunately there is nothing very useful for my case.
Thank you very much in advance.
Best Regards.
Olivier.