qt_widgets 0.2.3

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

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