summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2012-06-29 15:15:18 +0200
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2012-06-30 12:58:45 +0200
commit729262c63d51f8ee55138bc82c8f75e9815e60d5 (patch)
treee2e0577444524b65f1055c2c70fb3600dbbc349c
parent4d130f209e3aa0acabe7a648ed530843a4db2d7c (diff)
downloadqtquickcontrols-729262c63d51f8ee55138bc82c8f75e9815e60d5.tar.gz
list qmldir in alphabetical order
Change-Id: Id9730dcc6f4fdcdbc86d7d5d0df9e9f05957a47a Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-rw-r--r--components/qmldir47
1 files changed, 24 insertions, 23 deletions
diff --git a/components/qmldir b/components/qmldir
index 79f6f5ad..cafb3766 100644
--- a/components/qmldir
+++ b/components/qmldir
@@ -1,31 +1,32 @@
-Slider 0.1 Slider.qml
-SpinBox 0.1 SpinBox.qml
-GroupBox 0.1 GroupBox.qml
+plugin styleplugin plugin
+ApplicationWindow 0.1 ApplicationWindow.qml
Button 0.1 Button.qml
-Label 0.1 Label.qml
-ToolBar 0.1 ToolBar.qml
-TabFrame 0.1 TabFrame.qml
-TabBar 0.1 TabBar.qml
-Tab 0.1 Tab.qml
+ButtonRow 0.1 ButtonRow.qml
+ButtonColumn 0.1 ButtonColumn.qml
+CheckBox 0.1 CheckBox.qml
+ComboBox 0.1 ComboBox.qml
+ContextMenu 0.1 ContextMenu.qml
+Dial 0.1 Dial.qml
+Dialog 0.1 Dialog.qml
Frame 0.1 Frame.qml
+GroupBox 0.1 GroupBox.qml
+Label 0.1 Label.qml
+ProgressBar 0.1 ProgressBar.qml
+RadioButton 0.1 RadioButton.qml
ScrollArea 0.1 ScrollArea.qml
ScrollBar 0.1 ScrollBar.qml
-ComboBox 0.1 ComboBox.qml
-ToolButton 0.1 ToolButton.qml
-TextArea 0.1 TextArea.qml
-TextField 0.1 TextField.qml
-ProgressBar 0.1 ProgressBar.qml
-ButtonRow 0.1 ButtonRow.qml
-ButtonColumn 0.1 ButtonColumn.qml
+Slider 0.1 Slider.qml
+SpinBox 0.1 SpinBox.qml
SplitterRow 0.1 SplitterRow.qml
SplitterColumn 0.1 SplitterColumn.qml
-Dial 0.1 Dial.qml
+StatusBar 0.1 StatusBar.qml
+Tab 0.1 Tab.qml
+TabBar 0.1 TabBar.qml
+TabFrame 0.1 TabFrame.qml
TableView 0.1 TableView.qml
-CheckBox 0.1 CheckBox.qml
-RadioButton 0.1 RadioButton.qml
-plugin styleplugin plugin
TableColumn 0.1 TableColumn.qml
-ContextMenu 0.1 ContextMenu.qml
-Dialog 0.1 Dialog.qml
-StatusBar 0.1 StatusBar.qml
-ApplicationWindow 0.1 ApplicationWindow.qml
+TextArea 0.1 TextArea.qml
+TextField 0.1 TextField.qml
+ToolBar 0.1 ToolBar.qml
+ToolButton 0.1 ToolButton.qml
+