diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-09-13 11:35:57 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-09-13 11:35:57 +0200 |
commit | 22a0b53d76f5f229591861450f85e5ded5d8f3fc (patch) | |
tree | 9edd7cb9a86507e7ba596f6991e972c436108343 /framework/qmldir | |
parent | 5e9d12d1d9793afe0099fc8b68eeae1b8bbe8098 (diff) | |
download | kube-22a0b53d76f5f229591861450f85e5ded5d8f3fc.tar.gz kube-22a0b53d76f5f229591861450f85e5ded5d8f3fc.zip |
inital switch control
Diffstat (limited to 'framework/qmldir')
-rw-r--r-- | framework/qmldir | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qmldir b/framework/qmldir index 461bd653..691dbba8 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -21,6 +21,7 @@ ProgressBar 1.0 ProgressBar.qml | |||
21 | StatusBar 1.0 StatusBar.qml | 21 | StatusBar 1.0 StatusBar.qml |
22 | ComboBox 1.0 ComboBox.qml | 22 | ComboBox 1.0 ComboBox.qml |
23 | CheckBox 1.0 CheckBox.qml | 23 | CheckBox 1.0 CheckBox.qml |
24 | Switch 1.0 as Switch.qml | ||
24 | PositiveButton 1.0 PositiveButton.qml | 25 | PositiveButton 1.0 PositiveButton.qml |
25 | TextButton 1.0 TextButton.qml | 26 | TextButton 1.0 TextButton.qml |
26 | TextField 1.0 TextField.qml | 27 | TextField 1.0 TextField.qml |