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.
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.