aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/qtquickcontrols2.metainfo
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/designer/qtquickcontrols2.metainfo')
-rw-r--r--src/imports/controls/designer/qtquickcontrols2.metainfo199
1 files changed, 107 insertions, 92 deletions
diff --git a/src/imports/controls/designer/qtquickcontrols2.metainfo b/src/imports/controls/designer/qtquickcontrols2.metainfo
index 1f861d41..9e6030b1 100644
--- a/src/imports/controls/designer/qtquickcontrols2.metainfo
+++ b/src/imports/controls/designer/qtquickcontrols2.metainfo
@@ -71,6 +71,21 @@ MetaInfo {
}
Type {
+ name: "QtQuick.Controls.DelayButton"
+ icon: "images/button-icon16.png"
+
+ ItemLibraryEntry {
+ name: "Delay Button"
+ category: "Qt Quick - Controls 2"
+ libraryIcon: "images/delaybutton-icon.png"
+ version: "2.2"
+ requiredImport: "QtQuick.Controls"
+
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Delay Button\")" }
+ }
+ }
+
+ Type {
name: "QtQuick.Controls.Dial"
icon: "images/dial-icon16.png"
@@ -255,6 +270,20 @@ MetaInfo {
}
Type {
+ name: "QtQuick.Controls.RoundButton"
+ icon: "images/roundbutton-icon16.png"
+
+ ItemLibraryEntry {
+ name: "Round Button"
+ category: "Qt Quick - Controls 2"
+ libraryIcon: "images/roundbutton-icon.png"
+ version: "2.1"
+ requiredImport: "QtQuick.Controls"
+ Property { name: "text"; type: "string"; value: "+" }
+ }
+ }
+
+ Type {
name: "QtQuick.Controls.Slider"
icon: "images/slider-icon16.png"
@@ -283,225 +312,211 @@ MetaInfo {
}
Type {
- name: "QtQuick.Controls.SwipeDelegate"
- icon: "images/itemdelegate-icon16.png"
+ name: "QtQuick.Controls.ScrollView"
+ icon: "images/scrollview-icon16.png"
ItemLibraryEntry {
- name: "Swipe Delegate"
+ name: "Scroll View"
category: "Qt Quick - Controls 2"
- libraryIcon: "images/itemdelegate-icon.png"
- version: "2.0"
+ libraryIcon: "images/scrollview-icon.png"
+ version: "2.2"
requiredImport: "QtQuick.Controls"
- Property { name: "text"; type: "binding"; value: "qsTr(\"Swipe Delegate\")" }
+ Property { name: "width"; type: "int"; value: 200 }
+ Property { name: "height"; type: "int"; value: 200 }
}
}
Type {
- name: "QtQuick.Controls.Switch"
- icon: "images/switch-icon16.png"
+ name: "QtQuick.Controls.StackView"
+ icon: "images/stackview-icon16.png"
ItemLibraryEntry {
- name: "Switch"
+ name: "Stack View"
category: "Qt Quick - Controls 2"
- libraryIcon: "images/switch-icon.png"
+ libraryIcon: "images/stackview-icon.png"
version: "2.0"
requiredImport: "QtQuick.Controls"
- Property { name: "text"; type: "binding"; value: "qsTr(\"Switch\")" }
+ Property { name: "width"; type: "int"; value: 200 }
+ Property { name: "height"; type: "int"; value: 200 }
}
}
Type {
- name: "QtQuick.Controls.SwitchDelegate"
- icon: "images/switch-icon16.png"
+ name: "QtQuick.Controls.SwipeDelegate"
+ icon: "images/itemdelegate-icon16.png"
ItemLibraryEntry {
- name: "Switch Delegate"
+ name: "Swipe Delegate"
category: "Qt Quick - Controls 2"
- libraryIcon: "images/switch-icon.png"
+ libraryIcon: "images/itemdelegate-icon.png"
version: "2.0"
requiredImport: "QtQuick.Controls"
- Property { name: "text"; type: "binding"; value: "qsTr(\"Switch Delegate\")" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Swipe Delegate\")" }
}
}
Type {
- name: "QtQuick.Controls.TextArea"
- icon: "images/textarea-icon16.png"
+ name: "QtQuick.Controls.SwipeView"
+ icon: "images/swipeview-icon16.png"
ItemLibraryEntry {
- name: "Text Area"
+ name: "Swipe View"
category: "Qt Quick - Controls 2"
- libraryIcon: "images/textarea-icon.png"
+ libraryIcon: "images/swipeview-icon.png"
version: "2.0"
requiredImport: "QtQuick.Controls"
- Property { name: "text"; type: "binding"; value: "qsTr(\"Text Area\")" }
+ Property { name: "width"; type: "int"; value: 200 }
+ Property { name: "height"; type: "int"; value: 200 }
}
}
Type {
- name: "QtQuick.Controls.TextField"
- icon: "images/textfield-icon16.png"
+ name: "QtQuick.Controls.Switch"
+ icon: "images/switch-icon16.png"
ItemLibraryEntry {
- name: "Text Field"
+ name: "Switch"
category: "Qt Quick - Controls 2"
- libraryIcon: "images/textfield-icon.png"
+ libraryIcon: "images/switch-icon.png"
version: "2.0"
requiredImport: "QtQuick.Controls"
- Property { name: "text"; type: "binding"; value: "qsTr(\"Text Field\")" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Switch\")" }
}
}
Type {
- name: "QtQuick.Controls.ToolButton"
- icon: "images/toolbutton-icon16.png"
+ name: "QtQuick.Controls.SwitchDelegate"
+ icon: "images/switch-icon16.png"
ItemLibraryEntry {
- name: "Tool Button"
+ name: "Switch Delegate"
category: "Qt Quick - Controls 2"
- libraryIcon: "images/toolbutton-icon.png"
+ libraryIcon: "images/switch-icon.png"
version: "2.0"
requiredImport: "QtQuick.Controls"
- Property { name: "text"; type: "binding"; value: "qsTr(\"Tool Button\")" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Switch Delegate\")" }
}
}
Type {
- name: "QtQuick.Controls.ToolBar"
+ name: "QtQuick.Controls.TabBar"
icon: "images/toolbar-icon16.png"
ItemLibraryEntry {
- name: "Tool Bar"
+ name: "Tab Bar"
category: "Qt Quick - Controls 2"
libraryIcon: "images/toolbar-icon.png"
version: "2.0"
requiredImport: "QtQuick.Controls"
-
- Property { name: "width"; type: "int"; value: 360 }
+ Property { name: "width"; type: "int"; value: 240 }
}
}
Type {
- name: "QtQuick.Controls.ToolSeparator"
- icon: "images/toolseparator-icon16.png"
+ name: "QtQuick.Controls.TabButton"
+ icon: "images/toolbutton-icon16.png"
ItemLibraryEntry {
- name: "ToolSeparator"
+ name: "Tab Button"
category: "Qt Quick - Controls 2"
- libraryIcon: "images/toolseparator-icon.png"
- version: "2.1"
+ libraryIcon: "images/toolbutton-icon.png"
+ version: "2.0"
requiredImport: "QtQuick.Controls"
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Tab Button\")" }
}
}
Type {
- name: "QtQuick.Controls.Tumbler"
- icon: "images/tumbler-icon16.png"
+ name: "QtQuick.Controls.TextArea"
+ icon: "images/textarea-icon16.png"
ItemLibraryEntry {
- name: "Tumbler"
+ name: "Text Area"
category: "Qt Quick - Controls 2"
- libraryIcon: "images/tumbler-icon.png"
+ libraryIcon: "images/textarea-icon.png"
version: "2.0"
requiredImport: "QtQuick.Controls"
- Property { name: "model"; type: "int"; value: "10" }
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Text Area\")" }
}
}
Type {
- name: "QtQuick.Controls.TabBar"
- icon: "images/toolbar-icon16.png"
+ name: "QtQuick.Controls.TextField"
+ icon: "images/textfield-icon16.png"
ItemLibraryEntry {
- name: "Tab Bar"
+ name: "Text Field"
category: "Qt Quick - Controls 2"
- libraryIcon: "images/toolbar-icon.png"
+ libraryIcon: "images/textfield-icon.png"
version: "2.0"
requiredImport: "QtQuick.Controls"
- Property { name: "width"; type: "int"; value: 240 }
+
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Text Field\")" }
}
}
Type {
- name: "QtQuick.Controls.TabButton"
- icon: "images/toolbutton-icon16.png"
+ name: "QtQuick.Controls.ToolBar"
+ icon: "images/toolbar-icon16.png"
ItemLibraryEntry {
- name: "Tab Button"
+ name: "Tool Bar"
category: "Qt Quick - Controls 2"
- libraryIcon: "images/toolbutton-icon.png"
+ libraryIcon: "images/toolbar-icon.png"
version: "2.0"
requiredImport: "QtQuick.Controls"
- Property { name: "text"; type: "binding"; value: "qsTr(\"Tab Button\")" }
+
+ Property { name: "width"; type: "int"; value: 360 }
}
}
Type {
- name: "QtQuick.Controls.RoundButton"
- icon: "images/roundbutton-icon16.png"
+ name: "QtQuick.Controls.ToolButton"
+ icon: "images/toolbutton-icon16.png"
ItemLibraryEntry {
- name: "Round Button"
+ name: "Tool Button"
category: "Qt Quick - Controls 2"
- libraryIcon: "images/roundbutton-icon.png"
- version: "2.1"
+ libraryIcon: "images/toolbutton-icon.png"
+ version: "2.0"
requiredImport: "QtQuick.Controls"
- Property { name: "text"; type: "string"; value: "+" }
+
+ Property { name: "text"; type: "binding"; value: "qsTr(\"Tool Button\")" }
}
}
Type {
- name: "QtQuick.Controls.StackView"
- icon: "images/stackview-icon16.png"
+ name: "QtQuick.Controls.ToolSeparator"
+ icon: "images/toolseparator-icon16.png"
ItemLibraryEntry {
- name: "Stack View"
- category: "Qt Quick - Views"
- libraryIcon: "images/stackview-icon.png"
+ name: "Tool Separator"
+ category: "Qt Quick - Controls 2"
+ libraryIcon: "images/toolseparator-icon.png"
version: "2.1"
requiredImport: "QtQuick.Controls"
-
- Property { name: "width"; type: "int"; value: 200 }
- Property { name: "height"; type: "int"; value: 200 }
}
}
Type {
- name: "QtQuick.Controls.SwipeView"
- icon: "images/swipeview-icon16.png"
+ name: "QtQuick.Controls.Tumbler"
+ icon: "images/tumbler-icon16.png"
ItemLibraryEntry {
- name: "Swipe View"
- category: "Qt Quick - Views"
- libraryIcon: "images/swipeview-icon.png"
+ name: "Tumbler"
+ category: "Qt Quick - Controls 2"
+ libraryIcon: "images/tumbler-icon.png"
version: "2.0"
requiredImport: "QtQuick.Controls"
- Property { name: "width"; type: "int"; value: 200 }
- Property { name: "height"; type: "int"; value: 200 }
- }
- }
-
- Type {
- name: "QtQuick.Controls.ScrollView"
- icon: "images/scrollview-icon16.png"
-
- ItemLibraryEntry {
- name: "Scroll View"
- category: "Qt Quick - Views"
- libraryIcon: "images/scrollview-icon.png"
- version: "2.2"
- requiredImport: "QtQuick.Controls"
-
- Property { name: "width"; type: "int"; value: 200 }
- Property { name: "height"; type: "int"; value: 200 }
+ Property { name: "model"; type: "int"; value: "10" }
}
}
}