aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/components/designer/components.metainfo
blob: b964910414c96501e0c38e61ecff698ddb2661cc (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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
MetaInfo {
    Type {
        name: "QtQuick.Studio.Components.GroupItem"
        icon: "images/group-16px.png"

        ItemLibraryEntry {
            name: "Group"
            category: "Studio Components"
            libraryIcon: "images/group-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            toolTip: qsTr("Groups several Studio Components.")
        }
    }

    Type {
        name: "QtQuick.Studio.Components.ArcItem"
        icon: "images/item-arc-16px.png"

        ItemLibraryEntry {
            name: "Arc"
            category: "Studio Components"
            libraryIcon: "images/item-arc-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "fillColor"; type: "QColor"; value: "transparent"; }
            toolTip: qsTr("An arc that begins and ends at given positions.")
        }
    }

    Type {
        name: "QtQuick.Studio.Components.PieItem"
        icon: "images/item-pie-16px.png"

        ItemLibraryEntry {
            name: "Pie"
            category: "Studio Components"
            libraryIcon: "images/item-pie-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            toolTip: qsTr("A pie slice or a pie with a slice missing from it.")
        }
    }

    Type {
        name: "QtQuick.Studio.Components.TriangleItem"
        icon: "images/item-triangle-16px.png"

        ItemLibraryEntry {
            name: "Triangle"
            category: "Studio Components"
            libraryIcon: "images/item-triangle-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            toolTip: qsTr("A triangle with different dimensions and shapes is enclosed in an invisible rectangle.")
        }
    }

    Type {
        name: "QtQuick.Studio.Components.SvgPathItem"
        icon: "images/item-svg-16px.png"

        ItemLibraryEntry {
            name: "SVG Path Item"
            category: "Studio Components"
            libraryIcon: "images/item-svg-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            toolTip: qsTr("Allows to implement vector shape paths from another design tool such as Adobe Illustrator or Figma.")
        }
    }

    Type {
        name: "QtQuick.Studio.Components.FlipableItem"
        icon: "images/item-flippable-16px.png"

        ItemLibraryEntry {
            name: "Flipable"
            category: "Studio Components"
            libraryIcon: "images/item-flippable-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            toolTip: qsTr("A component that can be visibly flipped between its front and back sides, like a card.")
        }
    }

    Type {
        name: "QtQuick.Studio.Components.RectangleItem"
        icon: "images/custom-rectangle-16px.png"

        ItemLibraryEntry {
            name: "Rectangle"
            category: "Studio Components"
            libraryIcon: "images/custom-rectangle-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "adjustBorderRadius"; type: "bool"; value: "true"; }
            toolTip: qsTr("An extended rectangle painted with a solid fill color or linear, conical, or radial gradients and corners that you can shape independently of each other.")
        }
    }

    Type {
        name: "QtQuick.Studio.Components.RegularPolygonItem"
        icon: "images/polygon-16px.png"

        ItemLibraryEntry {
            name: "Regular Polygon"
            category: "Studio Components"
            libraryIcon: "images/polygon-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            toolTip: qsTr("A regular polygon with a variable amount of edges painted with a solid fill color or linear gradient and an optional border.")
        }
    }

    Type {
        name: "QtQuick.Studio.Components.EllipseItem"
        icon: "images/ellipse-16px.png"

        ItemLibraryEntry {
            name: "Ellipse"
            category: "Studio Components"
            libraryIcon: "images/ellipse-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            toolTip: qsTr("An ellipse painted with a solid fill color or linear gradient and an optional border.")
        }
    }

    Type {
        name: "QtQuick.Studio.Components.BorderItem"
        icon: "images/custom-border-16px.png"

        ItemLibraryEntry {
            name: "Border"
            category: "Studio Components"
            libraryIcon: "images/custom-border-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "adjustBorderRadius"; type: "bool"; value: "true"; }
            toolTip: qsTr("An extended border painted without solid fill color, having corners that you can shape independently of each other.")
        }
    }

    Type {
        name: "QtQuick.Studio.Components.IsoItem"
        icon: "images/iso-icons-16px.png"

        ItemLibraryEntry {
            name: "Iso Icon"
            category: "Studio Components"
            libraryIcon: "images/iso-icons-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
        }
    }

    Type {
        name: "QtQuick.Studio.Components.ArcArrow"
        icon: "images/item-arrow-arc-16px.png"

        ItemLibraryEntry {
            name: "Arc Arrow"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-arc-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
        }
    }

    Type {
        name: "QtQuick.Studio.Components.StraightArrow"
        icon: "images/item-arrow-16px.png"
        ItemLibraryEntry {
            name: "Left"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-left-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
        }
        ItemLibraryEntry {
            name: "Right"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-right-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "flip"; type: "bool"; value: "true"; }
        }
        ItemLibraryEntry {
            name: "Up"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-up-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "rotate"; type: "bool"; value: "true"; }
        }
        ItemLibraryEntry {
            name: "Down"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-down-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "rotate"; type: "bool"; value: "true"; }
            Property { name: "flip"; type: "bool"; value: "true"; }
        }
        ItemLibraryEntry {
            name: "Down Left"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-down-left-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "corner"; type: "bool"; value: "true"; }

        }
        ItemLibraryEntry {
            name: "Up Right"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-up-right-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "flip"; type: "bool"; value: "true"; }
            Property { name: "corner"; type: "bool"; value: "true"; }
        }
        ItemLibraryEntry {
            name: "Right Up"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-right-up-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "rotate"; type: "bool"; value: "true"; }
            Property { name: "corner"; type: "bool"; value: "true"; }
        }
        ItemLibraryEntry {
            name: "Left Down"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-left-down-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "rotate"; type: "bool"; value: "true"; }
            Property { name: "flip"; type: "bool"; value: "true"; }
            Property { name: "corner"; type: "bool"; value: "true"; }
        }
        ItemLibraryEntry {
            name: "Up Left"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-up-left-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "corner"; type: "bool"; value: "true"; }
            Property { name: "flipCorner"; type: "bool"; value: "true"; }
        }
        ItemLibraryEntry {
            name: "Down Right"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-down-right-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "flip"; type: "bool"; value: "true"; }
            Property { name: "corner"; type: "bool"; value: "true"; }
            Property { name: "flipCorner"; type: "bool"; value: "true"; }
        }
        ItemLibraryEntry {
            name: "Left Up"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-left-up-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "rotate"; type: "bool"; value: "true"; }
            Property { name: "corner"; type: "bool"; value: "true"; }
            Property { name: "flipCorner"; type: "bool"; value: "true"; }
        }
        ItemLibraryEntry {
            name: "Right Down"
            category: "Studio Components Arrows"
            libraryIcon: "images/item-arrow-right-down-24px.png"
            version: "1.0"
            requiredImport: "QtQuick.Studio.Components"
            Property { name: "rotate"; type: "bool"; value: "true"; }
            Property { name: "flip"; type: "bool"; value: "true"; }
            Property { name: "corner"; type: "bool"; value: "true"; }
            Property { name: "flipCorner"; type: "bool"; value: "true"; }
        }
    }
}