This is the repo for the Qt Quick Controls course on Qt Academy.
The files provided are the demo apps created during the course. They provide a reference for the workflows covered in the course section.
To get started with this project, you will need to have Qt installed from the qt.io website. We Recommend using the QtCreator IDE in order to follow along with the content in the videos.
QtQuickControls_Section2: Example to demonstrate each of the QAbstractButton sub-types. Tested with with Qt 6.8.1 MinGW 64-bit.
QtQuickControls_Section3: Example to demonstrate each of the input controls in Qt Quick Controls 2. Tested with with Qt 6.8.1 MinGW 64-bit.
QtQuickControls_Section4: Example to demonstrate each of the indicator controls in Qt Quick Controls 2. Tested with with Qt 6.8.1 MinGW 64-bit.
QtQuickControls_Section5: Example to demonstrate the Popup and each of its sub-types. Tested with with Qt 6.8.1 MinGW 64-bit.
QtQuickControls_Section6_1: Example to demonstrate each of the Container sub-types. Tested with with Qt 6.8.1 MinGW 64-bit.
QtQuickControls_Section6_2: Example to demonstrate the Pane and each of its sub-types. Tested with with Qt 6.8.1 MinGW 64-bit.
QtQuickControls_Section7: Example to demonstrate the commons ways to customize Control sub-types. Tested with with Qt 6.8.1 MinGW 64-bit.
QtQuickControls_Section8: Example to demonstrate most of the components in Qt Quick Controls in a more fleshed out application. Tested with with Qt 6.8.1 MinGW 64-bit.
If you need additional help, the following resources may be helpful:
- Qt Documentation: https://doc.qt.io
- Qt Forum: https://forum.qt.io
- Qt Academy: https://qt.io/academy