aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/desktopgallery/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/desktopgallery/main.qml')
-rw-r--r--examples/quickcontrols2/desktopgallery/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quickcontrols2/desktopgallery/main.qml b/examples/quickcontrols2/desktopgallery/main.qml
index 5bdbd71f..6cf7a646 100644
--- a/examples/quickcontrols2/desktopgallery/main.qml
+++ b/examples/quickcontrols2/desktopgallery/main.qml
@@ -86,6 +86,7 @@ ApplicationWindow {
TextFields { }
TextAreas { }
ComboBoxes { }
+ Dials { }
Frames { }
ProgressBars { }
ScrollBars { }
@@ -112,6 +113,7 @@ ApplicationWindow {
CustomTextFields { }
CustomTextAreas { }
CustomComboBoxes { }
+ CustomDials { }
CustomFrames { }
CustomProgressBars { }
CustomScrollBars { }