rust-qt / ritual

Use C++ libraries from Rust
Apache License 2.0
1.22k stars 49 forks source link

Is there any example showing a simple UI? #78

Closed Schizo closed 4 years ago

Schizo commented 5 years ago

I'm developing UI's using Qt for a while and was wondering about the state of this project, which seem's promising, however I didn't see a simple GUI example and I'm not so sure as well where to start If I wanted to do one.

Riateche commented 5 years ago

For now, you can find an UI example at https://github.com/rust-qt/ritual/blob/master/qt_generator/qt_generator/crate_templates/widgets/examples/form1.rs.

We're currently working on the second public alpha release that will introduce some new features and API improvements. We will prepare more UI examples with the release.

nyanpasu64 commented 4 years ago

It seems the examples have been moved to https://github.com/rust-qt/examples/tree/master/src/bin .

Riateche commented 4 years ago

That's right, examples are now available in the examples repo.