qt_gui 0.1.2

Bindings for Qt5Gui library
docs.rs failed to build qt_gui-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: qt_gui-0.5.0

Qt Gui

Linux + OS X Windows

This Rust crate provides API to Qt5Gui C++ library.

Documentation

Note that exposed API depends on the target platform and the C++ library version. Use cargo doc to obtain more precise documentation.

The crate is in early development. The API is not stabilized and will likely change.

The crate uses cpp_to_rust for code generation. See cpp_to_rust documentation for implementation details.