Registry / other / qt5-quickcontrols

qt5-quickcontrols

JSON →
library5.15.18vcpkgunverified

The Qt Quick Controls module provides a set of controls that can be used to build complete interfaces in Qt Quick.

vcpkg install qt5-quickcontrols
INSTALL
IMPORT
SIG · QT5-QUICKCONTROLS
Q
qt5-quickcontrols
othercppv5.15.18
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.

QtQuickControls2/QtQuickControls2
#include <QtQuickControls2/QtQuickControls2>

Basic Qt Quick application with controls

#include <QGuiApplication> #include <QQmlApplicationEngine> int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); QQmlApplicationEngine engine; engine.load(QUrl(QStringLiteral("qrc:/main.qml"))); return app.exec(); }
Debug
Known issues
breakingQt Quick Controls 2 requires Qt 5.7+ and may have breaking changes between minor versions.
fix
Check Qt documentation for version-specific API changes.
affects: >=5.7
Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

qt5-quickcontrols — pip install qt5-quickcontrols · libregistry