aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/qmldir
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-14 14:09:14 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-14 22:07:43 +0000
commite18b178d9a3bff54c92d80f1a0923ab72bf27267 (patch)
treedb53c8f6fe62d3873ef37442cdc735370df2a744 /src/imports/controls/qmldir
parent8a10e85db212d88887ad7f14ad7e4048a87a8c2d (diff)
Register types in C++ (instead of qmldir)
Later on, we can choose to register types from different style-subdirs based on a yet unknown style selector (app manifest file, env var, ...) This is also a step to the right direction to get QML types inherit enums and attached properties from the respective C++ base types. The qmlRegisterType(QUrl) overload for composite types probably needs a template argument to help figure out the missing meta-object link between the composite type and the C++ base type. Change-Id: I9b3c2afdd93fff56d1e7513879b3e9229f483cbf Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/qmldir')
-rw-r--r--src/imports/controls/qmldir22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/imports/controls/qmldir b/src/imports/controls/qmldir
index 5de9450a..496eec5f 100644
--- a/src/imports/controls/qmldir
+++ b/src/imports/controls/qmldir
@@ -1,25 +1,3 @@
module QtQuick.Controls
plugin qtquickcontrols2plugin
classname QtQuickControls2Plugin
-ApplicationWindow 2.0 ApplicationWindow.qml
-BusyIndicator 2.0 BusyIndicator.qml
-Button 2.0 Button.qml
-CheckBox 2.0 CheckBox.qml
-Frame 2.0 Frame.qml
-GroupBox 2.0 GroupBox.qml
-Label 2.0 Label.qml
-PageIndicator 2.0 PageIndicator.qml
-ProgressBar 2.0 ProgressBar.qml
-RadioButton 2.0 RadioButton.qml
-ScrollBar 2.0 ScrollBar.qml
-ScrollIndicator 2.0 ScrollIndicator.qml
-Slider 2.0 Slider.qml
-StackView 2.0 StackView.qml
-Switch 2.0 Switch.qml
-TabBar 2.0 TabBar.qml
-TabButton 2.0 TabButton.qml
-TextArea 2.0 TextArea.qml
-TextField 2.0 TextField.qml
-ToggleButton 2.0 ToggleButton.qml
-ToolBar 2.0 ToolBar.qml
-ToolButton 2.0 ToolButton.qml