Rust support for QT gui programming?

How can i add qt in rust qt 5?
I've found there is not rust support in qt creator.

I am choosing rust instead of c++ because of new programming and new features.

Sadly Qt doesn't officially supports Rust as programming language. So you can't

There is Qt bindings for Rust: ritual. It's rust wrapper around Qt C++ API. But you wouldn't be able to use QtCreator for your project.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.