examples
examples copied to clipboard
Rust + Qt examples
Hi, i am trying to dynamically "replace" the serie from a QLineSeries in a QChart (located in the main Gui) from a QThread worker function, and as a consequence i...
Thanks for all your effort working on these bindings. I managed to build & run the `basic_form` example but when I try to run the `lights` example, it fails to...
I am new to Rust and I have the above code with which I am trying to create a `QWizardPage` and add it to a `QWizard`, I have inserted the...
The qt_* libraries work great! The only conspicuously missing thing is an obvious way (preferably demonstrated through a working example) of defining signals and slots that use custom Rust types...
Hey, i want to use rust-qt but when i launch a basic example i have this error : ``` CMake Error at CMakeLists.txt:5 (project): The CMAKE_CXX_COMPILER: C:/Program Files (x86)/Microsoft Visual...
One of value proposals of Qt is that it allows making applications for: Linux, Mac, Windows, Android, iOS. Here links regarding mobile: * https://doc.qt.io/qt-5/android.html * https://doc.qt.io/qt-5/ios.html Could you please add...
```code (base) JerryWs-MacBook-Pro:examples jerryw$ cargo build Finished dev [unoptimized + debuginfo] target(s) in 0.06s (base) JerryWs-MacBook-Pro:examples jerryw$ cargo run --bin form1 Finished dev [unoptimized + debuginfo] target(s) in 0.06s Running...
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...
Hello, Thank you very much for your great works! Can you provide an example of how to use QAbstractListModel with rust-qt? And further registering it to QML? Best regards!
Hey ! I tried to run the `lights` example (`cd examples && cargo run --bin lights`) it fail with some error about failing to compile C++ code: [log.log](https://github.com/rust-qt/examples/files/13639367/log.log) I'm using...