summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/qtquickplugin/quick.metainfo
blob: 139a82bc056dbb7f80ebb1400392938b8c93f2ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<metainfo>
  <node name="Qt/Item" isContainer="true" icon=":/qtquickplugin/images/item-icon16.png">
    <propertyDefaultValue name="width" type="int" defaultValue="600"/>
    <propertyDefaultValue name="height" type="int" defaultValue="400"/>
    <itemlibraryentry name="Item"  category="Qt - Basic" icon=":/qtquickplugin/images/item-icon.png">
      <property name="width" type="int" value="200"/>
      <property name="height" type="int" value="200"/>
    </itemlibraryentry>
  </node>
  <node name="Qt/Rectangle" category="Qt - Basic" isContainer="true" icon=":/qtquickplugin/images/rect-icon16.png">
    <itemlibraryentry name="Rectangle"  category="Qt - Basic" icon=":/qtquickplugin/images/rect-icon.png">
      <property name="width" type="int" value="100"/>
      <property name="height" type="int" value="100"/>
      <property name="color" type="QColor" value="#ffffff"/>
    </itemlibraryentry>
  </node>
  <node name="Qt/Text" icon=":/qtquickplugin/images/text-icon16.png">
    <propertyDefaultValue name="width" type="int" defaultValue="80"/>
    <propertyDefaultValue name="height" type="int" defaultValue="20"/>
    <itemlibraryentry name="Text" category="Qt - Basic" icon=":/qtquickplugin/images/text-icon.png">
      <property name="width" type="int" value="80"/>
      <property name="height" type="int" value="20"/>
      <property name="text" type="QString" value="text"/>
    </itemlibraryentry>
  </node>
  <node name="Qt/TextEdit" isContainer="false" icon=":/qtquickplugin/images/text-edit-icon16.png">
    <propertyDefaultValue name="width" type="int" defaultValue="80"/>
    <propertyDefaultValue name="height" type="int" defaultValue="20"/>
    <itemlibraryentry name="Text Edit" category="Qt - Basic" icon=":/qtquickplugin/images/text-edit-icon.png">
      <property name="width" type="int" value="80"/>
      <property name="height" type="int" value="20"/>
      <property name="text" type="QString" value="textEdit"/>
    </itemlibraryentry>
  </node>
  <node name="Qt/TextInput" isContainer="false" icon=":/qtquickplugin/images/text-input-icon16.png">
    <propertyDefaultValue name="width" type="int" defaultValue="80"/>
    <propertyDefaultValue name="height" type="int" defaultValue="20"/>
    <itemlibraryentry name="Text Input" category="Qt - Basic" icon=":/qtquickplugin/images/text-input-icon.png">
      <property name="width" type="int" value="80"/>
      <property name="height" type="int" value="20"/>
      <property name="text" type="QString" value="textInput"/>
    </itemlibraryentry>
  </node>
  <node name="Qt/MouseArea" icon=":/qtquickplugin/images/mouse-area-icon16.png">
    <itemlibraryentry name="Mouse Area" category="Qt - Interaction" icon=":/qtquickplugin/images/mouse-area-icon.png">
      <property name="width" type="int" value="100"/>
      <property name="height" type="int" value="100"/>
    </itemlibraryentry>
  </node>
  <node name="Qt/Image" isContainer="true" icon=":/qtquickplugin/images/image-icon16.png">
    <propertyDefaultValue name="width" type="int" defaultValue="200"/>
    <propertyDefaultValue name="height" type="int" defaultValue="200"/>
    <itemlibraryentry name="Image" category="Qt - Basic" icon=":/qtquickplugin/images/image-icon.png">
      <property name="width" type="int" value="100"/>
      <property name="height" type="int" value="100"/>
      <property name="source" type="QUrl" value="qrc:/qtquickplugin/images/template_image.png"/>
    </itemlibraryentry>
  </node>
  <node name="Qt/BorderImage" icon=":/qtquickplugin/images/border-image-icon16.png">
    <propertyDefaultValue name="width" type="int" defaultValue="200"/>
    <propertyDefaultValue name="height" type="int" defaultValue="200"/>
    <itemlibraryentry name="Border Image" category="Qt - Basic" icon=":/qtquickplugin/images/border-image-icon.png">
      <property name="width" type="int" value="100"/>
      <property name="height" type="int" value="100"/>
      <property name="source" type="QUrl" value="qrc:/qtquickplugin/images/template_image.png"/>
    </itemlibraryentry>
  </node>
  <node name="Qt/Flickable" icon=":/qtquickplugin/images/flickable-icon16.png">
    <propertyDefaultValue name="width" type="int" defaultValue="300"/>
    <propertyDefaultValue name="height" type="int" defaultValue="300"/>
    <itemlibraryentry name="Flickable" category="Qt - Widgets" icon=":/qtquickplugin/images/flickable-icon.png">
      <property name="width" type="int" value="300"/>
      <property name="height" type="int" value="300"/>
    </itemlibraryentry>
  </node>
  <node name="Qt/Flipable" icon=":/qtquickplugin/images/flipable-icon16.png">
    <propertyDefaultValue name="width" type="int" defaultValue="300"/>
    <propertyDefaultValue name="height" type="int" defaultValue="300"/>
    <itemlibraryentry name="Flipable" category="Qt - Widgets" icon=":/qtquickplugin/images/flipable-icon.png">
      <property name="width" type="int" value="300"/>
      <property name="height" type="int" value="300"/>
    </itemlibraryentry>
  </node>
  <node name="Qt/GridView" icon=":/qtquickplugin/images/gridview-icon16.png">
    <itemlibraryentry name="Grid View" category="Qt - Views" icon=":/qtquickplugin/images/gridview-icon.png">
      <property name="width" type="int" value="300"/>
      <property name="height" type="int" value="300"/>
    </itemlibraryentry>
  </node>

  <node name="Qt/ListView" icon=":/qtquickplugin/images/listview-icon16.png">
    <itemlibraryentry name="List View" category="Qt - Views" icon=":/qtquickplugin/images/listview-icon.png">
      <property name="width" type="int" value="300"/>
      <property name="height" type="int" value="300"/>
    </itemlibraryentry>
  </node>

  <node name="Qt/PathView" icon=":/qtquickplugin/images/pathview-icon16.png">
    <itemlibraryentry name="Path View" category="Qt - Views" icon=":/qtquickplugin/images/pathview-icon.png">
      <property name="width" type="int" value="300"/>
      <property name="height" type="int" value="300"/>
    </itemlibraryentry>
  </node>

  <node name="Qt/FocusScope" icon=":/qtquickplugin/images/focusscope-icon16.png">
    <propertyDefaultValue name="width" type="int" defaultValue="100"/>
    <propertyDefaultValue name="height" type="int" defaultValue="100"/>
    <itemlibraryentry name="Focus Scope" category="Qt - Interaction" icon=":/qtquickplugin/images/focusscope-icon.png">
      <property name="width" type="int" value="100"/>
      <property name="height" type="int" value="100"/>
    </itemlibraryentry>
  </node>

  <node name="QtWebKit/WebView" icon=":/qtquickplugin/images/webview-icon16.png">
    <propertyDefaultValue name="width" type="int" defaultValue="300"/>
    <propertyDefaultValue name="height" type="int" defaultValue="300"/>
    <itemlibraryentry name="Web View" category="Qt - Widgets" icon=":/qtquickplugin/images/webview-icon.png">
      <property name="width" type="int" value="300"/>
      <property name="height" type="int" value="300"/>
      <property name="url" type="QString" value="http://qt.nokia.com"/>
    </itemlibraryentry>
  </node>
</metainfo>