summaryrefslogtreecommitdiff
path: root/src/controls/qmldir
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-02-20 17:38:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-21 16:59:55 +0100
commit6ea1b2b1f26d266b88b091ddece0cdaad5d3accc (patch)
tree38b488f646b7070b0bc8ef1edae7281f8a24e1e3 /src/controls/qmldir
parente8a53a5a3a4b3d8069e69eba7f96e1f0b47699b6 (diff)
downloadqtquickcontrols-6ea1b2b1f26d266b88b091ddece0cdaad5d3accc.tar.gz
Rename QtDesktop to QtQuick.Controls
Change-Id: Icc61dbfc74cc2a303b9847e7d2c7ace4a9002046 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/qmldir')
-rw-r--r--src/controls/qmldir30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/controls/qmldir b/src/controls/qmldir
new file mode 100644
index 00000000..b3de1110
--- /dev/null
+++ b/src/controls/qmldir
@@ -0,0 +1,30 @@
+module QtQuick.Controls
+plugin plugin
+ApplicationWindow 1.0 ApplicationWindow.qml
+Button 1.0 Button.qml
+CheckBox 1.0 CheckBox.qml
+ComboBox 1.0 ComboBox.qml
+ContextMenu 1.0 ContextMenu.qml
+GroupBox 1.0 GroupBox.qml
+Label 1.0 Label.qml
+MenuBar 1.0 MenuBar.qml
+Menu 1.0 Menu.qml
+Page 1.0 Page.qml
+PageAnimation 1.0 PageAnimation.qml
+PageStack 1.0 PageStack.qml
+PageTransition 1.0 PageTransition.qml
+ProgressBar 1.0 ProgressBar.qml
+RadioButton 1.0 RadioButton.qml
+ScrollArea 1.0 ScrollArea.qml
+Slider 1.0 Slider.qml
+SpinBox 1.0 SpinBox.qml
+Splitter 1.0 Splitter.qml
+StatusBar 1.0 StatusBar.qml
+Tab 1.0 Tab.qml
+TabFrame 1.0 TabFrame.qml
+TableView 1.0 TableView.qml
+TableViewColumn 1.0 TableViewColumn.qml
+TextArea 1.0 TextArea.qml
+TextField 1.0 TextField.qml
+ToolBar 1.0 ToolBar.qml
+ToolButton 1.0 ToolButton.qml