Registry / other / qt-gui

qt-gui

JSON →
library0.5.0rscratesunverified

Rust bindings for the QtGui C++ library.

# Cargo.toml [dependencies] qt_gui = "0.5.0"
INSTALL
IMPORT
SIG · QT-GUI
Q
qt-gui
otherrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QApplication
use qt_gui::QApplication;

Creates and runs a Qt GUI application.

use qt_gui::QApplication; fn main() { let mut app = QApplication::new(); app.exec(); }
Debug
Known issues
gotchaRequires Qt libraries installed on the system.
fix
Install Qt development libraries (e.g., libqt5gui5-dev on Ubuntu).
affects: >=0.5.0
Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
qt-gui — cargo add qt-gui · libregistry