Registry / other / qt5-quickcontrols2

qt5-quickcontrols2

JSON →
library5.15.18vcpkgunverified

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

vcpkg install qt5-quickcontrols2
INSTALL
IMPORT
SIG · QT5-QUICKCONTROLS2
Q
qt5-quickcontrols2
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>

Minimal Qt Quick Controls 2 application.

#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
gotchaRequires Qt5 Quick module and QML runtime.
fix
Ensure qt5-quick and qt5-qml are also installed.
affects: *
Upgrade
Version history
5.15.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources

No resource links recorded.

qt5-quickcontrols2 — pip install qt5-quickcontrols2 · libregistry