aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-07-30 14:07:10 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-07-30 14:29:19 +0200
commit901d20d10324a27a9fd614808a8966a94ec9d986 (patch)
treed79a07a7aa203dd85cf5d3ba7970ba925b9020d3
parent8780a5a5e0a79128672e349266d43546cf04053c (diff)
QmlDesigner.ItemLibrary: Remove StatusBar and ToolBar
These items are poorly supported at the moment. we should not encourage the usage in the designer. Change-Id: I2218bfd48c5d45d1cdd7abe083010e48fa72f962 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
-rw-r--r--src/plugins/qmldesigner/componentsplugin/components.metainfo30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/plugins/qmldesigner/componentsplugin/components.metainfo b/src/plugins/qmldesigner/componentsplugin/components.metainfo
index fbbfdf13fa..93410ed01e 100644
--- a/src/plugins/qmldesigner/componentsplugin/components.metainfo
+++ b/src/plugins/qmldesigner/componentsplugin/components.metainfo
@@ -278,36 +278,6 @@ MetaInfo {
}
}
-
- Type {
- name: "QtQuick.Controls.ToolBar"
- icon: ":/componentsplugin/images/toolbar16.png"
-
- ItemLibraryEntry {
- name: "Tool Bar"
- category: "Qt Quick - Controls"
- libraryIcon: ":/componentsplugin/images/toolbar.png"
- version: "1.0"
- requiredImport: "QtQuick.Controls"
-
- Property { name: "width"; type: "int"; value: 360; }
- Property { name: "height"; type: "int"; value: 50; }
- }
- }
-
- Type {
- name: "QtQuick.Controls.StatusBar"
- icon: ":/componentsplugin/images/toolbar16.png"
-
- ItemLibraryEntry {
- name: "Status Bar"
- category: "Qt Quick - Controls"
- libraryIcon: ":/componentsplugin/images/toolbar.png"
- version: "1.0"
- requiredImport: "QtQuick.Controls"
- }
- }
-
Type {
name: "QtQuick.Controls.Dial"
//icon: ":/componentsplugin/images/progressbar16.png"