This project provides bindings that allow the QT Gui toolkit to be used from the Rust Programming language.
git clone https://github.com/kitech/qt.inline.git
mkdir qt.inline/build
cd qt.inline/build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make && make install
git clone https://github.com/kitech/qt.rs.git
cd qt.rs
cargo build
cargo build --example button
- Core
- Gui
- Widgets
- Network
- Qml
- Quick
- More Qt modules support
- Global Qt functions support
- Qt enums support
- Qt generic container classes support
- Operator methods support