# qtquickcontrols2 **Repository Path**: suomier/qtquickcontrols2 ## Basic Information - **Project Name**: qtquickcontrols2 - **Description**: 源地址: https://github.com/qt/qtquickcontrols2.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-09 - **Last Updated**: 2023-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Qt Quick Controls 2 **The Qt Quick Controls 2 module has been moved into qtdeclarative.git.** ## Why? The motivation for the move is explained here: https://bugreports.qt.io/browse/QTBUG-79454 There was then a contributor summit session: https://wiki.qt.io/QtCS2021_-_Testing_upstream_changes_with_downstream_modules The conclusion from this was that the best solution would be to move qtquickcontrols2 into qtdeclarative. ## Going back in time To inspect the code in the `dev` branch prior to its removal, follow these steps: ```bash $ git checkout -b my-dev dev~1 Switched to a new branch 'my-dev' ```