aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-05-11 12:34:58 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-05-12 07:54:30 +0000
commit910f9d6930fdd739e9490fa491986d74b6a57975 (patch)
tree63ae1acd4187411cee781d5c032f02859d1e32df /src/imports/controls/plugins.qmltypes
parent60f9f2a1db179f82fd6f7ee4c4a8c2d8c837ec8a (diff)
Default: rename QQuickDialRing to QQuickDefaultDial
This is consistent with the other existing internal Default style visuals QQuickDefaultBusyIndicator and QQuickDefaultProgressBar. Change-Id: I3a84edfdd6fb8bbd8a040c633c5b6411dd5350d8 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports/controls/plugins.qmltypes')
-rw-r--r--src/imports/controls/plugins.qmltypes18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/imports/controls/plugins.qmltypes b/src/imports/controls/plugins.qmltypes
index 7f779637..13d54abe 100644
--- a/src/imports/controls/plugins.qmltypes
+++ b/src/imports/controls/plugins.qmltypes
@@ -42,6 +42,15 @@ Module {
exportMetaObjectRevisions: [0]
}
Component {
+ name: "QQuickDefaultDial"
+ defaultProperty: "data"
+ prototype: "QQuickPaintedItem"
+ exports: ["QtQuick.Controls.impl/DialImpl 2.0"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "progress"; type: "double" }
+ Property { name: "color"; type: "QColor" }
+ }
+ Component {
name: "QQuickDefaultProgressBar"
defaultProperty: "data"
prototype: "QQuickItem"
@@ -98,15 +107,6 @@ Module {
Property { name: "disabledLightColor"; type: "QColor"; isReadonly: true }
}
Component {
- name: "QQuickDialRing"
- defaultProperty: "data"
- prototype: "QQuickPaintedItem"
- exports: ["QtQuick.Controls.impl/DialRing 2.0"]
- exportMetaObjectRevisions: [0]
- Property { name: "progress"; type: "double" }
- Property { name: "color"; type: "QColor" }
- }
- Component {
name: "QQuickIconImage"
defaultProperty: "data"
prototype: "QQuickImage"