diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-10 12:13:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-10 12:39:33 +0200 |
commit | 24cd706a39ac50c77dd9b88f50b8197bb2013173 (patch) | |
tree | 21f02a8ac3852c015386f765144056530cb5817c /framework/qmldir | |
parent | 4564985f3d53c0a3487e53570e6d4a244be4cb6c (diff) | |
download | kube-24cd706a39ac50c77dd9b88f50b8197bb2013173.tar.gz kube-24cd706a39ac50c77dd9b88f50b8197bb2013173.zip |
Added ProgressBar component
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 4de45a1c..8b0c52ac 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -17,6 +17,7 @@ Icon 1.0 Icon.qml | |||
17 | IconButton 1.0 IconButton.qml | 17 | IconButton 1.0 IconButton.qml |
18 | Button 1.0 Button.qml | 18 | Button 1.0 Button.qml |
19 | Popup 1.0 Popup.qml | 19 | Popup 1.0 Popup.qml |
20 | ProgressBar 1.0 ProgressBar.qml | ||
20 | ComboBox 1.0 ComboBox.qml | 21 | ComboBox 1.0 ComboBox.qml |
21 | PositiveButton 1.0 PositiveButton.qml | 22 | PositiveButton 1.0 PositiveButton.qml |
22 | TextField 1.0 TextField.qml | 23 | TextField 1.0 TextField.qml |