Registry / other / qtquickcontrols2

qtquickcontrols2

JSON →
librarydeprecatedvcpkgunverified

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

vcpkg install qtquickcontrols2
INSTALL
IMPORT
SIG · QTQUICKCONTROLS2
Q
qtquickcontrols2
othercppvdeprecated
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
#include <QtQuickControls2>

Loads a QML application with Quick Controls 2.

#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
breakingThis port is deprecated; use qtquickcontrols2 from the qt6 port instead.
fix
Migrate to Qt 6's qtquickcontrols2 port.
affects: >=5.0
Upgrade
Version history
deprecatedlatest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

qtquickcontrols2 — pip install qtquickcontrols2 · libregistry