qt_ui_tools 0.2.2

Bindings for QtUiTools C++ library (generated automatically with cpp_to_rust project)
1
2
3
4
5
extern crate qt_build_tools;

fn main() {
  qt_build_tools::run("ui_tools")
}