aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/macos/Dial.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols/macos/Dial.qml')
-rw-r--r--src/quickcontrols/macos/Dial.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/quickcontrols/macos/Dial.qml b/src/quickcontrols/macos/Dial.qml
new file mode 100644
index 0000000000..752afccbd4
--- /dev/null
+++ b/src/quickcontrols/macos/Dial.qml
@@ -0,0 +1,9 @@
+// Copyright (C) 2020 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+
+import QtQuick
+import QtQuick.NativeStyle as NativeStyle
+
+NativeStyle.DefaultDial {
+ id: control
+}