aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml
blob: 7a85e6a9b205ce2cfc0402844d15707e164daca6 (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
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0

import QtQuick 2.15

QtObject {
    readonly property int width: 1920
    readonly property int height: 1080

    property FontLoader controlIcons: FontLoader {
        source: "icons.ttf"
    }

    objectName: "internalConstantsObject"

    readonly property string actionIcon: "\u0021"
    readonly property string actionIconBinding: "\u0022"
    readonly property string addColumnAfter: "\u0023"
    readonly property string addColumnBefore: "\u0024"
    readonly property string addFile: "\u0025"
    readonly property string addRowAfter: "\u0026"
    readonly property string addRowBefore: "\u0027"
    readonly property string addTable: "\u0028"
    readonly property string adsClose: "\u0029"
    readonly property string adsDetach: "\u002A"
    readonly property string adsDropDown: "\u002B"
    readonly property string alias: "\u002C"
    readonly property string aliasAnimated: "\u002D"
    readonly property string alignBottom: "\u002E"
    readonly property string alignCenterHorizontal: "\u002F"
    readonly property string alignCenterVertical: "\u0030"
    readonly property string alignLeft: "\u0031"
    readonly property string alignRight: "\u0032"
    readonly property string alignTo: "\u0033"
    readonly property string alignTop: "\u0034"
    readonly property string anchorBaseline: "\u0035"
    readonly property string anchorBottom: "\u0036"
    readonly property string anchorFill: "\u0037"
    readonly property string anchorLeft: "\u0038"
    readonly property string anchorRight: "\u0039"
    readonly property string anchorTop: "\u003A"
    readonly property string animatedProperty: "\u003B"
    readonly property string annotationBubble: "\u003C"
    readonly property string annotationDecal: "\u003D"
    readonly property string applyMaterialToSelected: "\u003E"
    readonly property string assign: "\u003F"
    readonly property string bevelAll: "\u0040"
    readonly property string bevelCorner: "\u0041"
    readonly property string centerHorizontal: "\u0042"
    readonly property string centerVertical: "\u0043"
    readonly property string closeCross: "\u0044"
    readonly property string colorPopupClose: "\u0045"
    readonly property string columnsAndRows: "\u0046"
    readonly property string copyStyle: "\u0047"
    readonly property string cornerA: "\u0048"
    readonly property string cornerB: "\u0049"
    readonly property string cornersAll: "\u004A"
    readonly property string curveDesigner: "\u004B"
    readonly property string curveEditor: "\u004C"
    readonly property string customMaterialEditor: "\u004D"
    readonly property string decisionNode: "\u004E"
    readonly property string deleteColumn: "\u004F"
    readonly property string deleteMaterial: "\u0050"
    readonly property string deleteRow: "\u0051"
    readonly property string deleteTable: "\u0052"
    readonly property string detach: "\u0053"
    readonly property string distributeBottom: "\u0054"
    readonly property string distributeCenterHorizontal: "\u0055"
    readonly property string distributeCenterVertical: "\u0056"
    readonly property string distributeLeft: "\u0057"
    readonly property string distributeOriginBottomRight: "\u0058"
    readonly property string distributeOriginCenter: "\u0059"
    readonly property string distributeOriginNone: "\u005A"
    readonly property string distributeOriginTopLeft: "\u005B"
    readonly property string distributeRight: "\u005C"
    readonly property string distributeSpacingHorizontal: "\u005D"
    readonly property string distributeSpacingVertical: "\u005E"
    readonly property string distributeTop: "\u005F"
    readonly property string download: "\u0060"
    readonly property string downloadUnavailable: "\u0061"
    readonly property string downloadUpdate: "\u0062"
    readonly property string downloaded: "\u0063"
    readonly property string edit: "\u0064"
    readonly property string eyeDropper: "\u0065"
    readonly property string favorite: "\u0066"
    readonly property string flowAction: "\u0067"
    readonly property string flowTransition: "\u0068"
    readonly property string fontStyleBold: "\u0069"
    readonly property string fontStyleItalic: "\u006A"
    readonly property string fontStyleStrikethrough: "\u006B"
    readonly property string fontStyleUnderline: "\u006C"
    readonly property string gradient: "\u006D"
    readonly property string gridView: "\u006E"
    readonly property string idAliasOff: "\u006F"
    readonly property string idAliasOn: "\u0070"
    readonly property string infinity: "\u0071"
    readonly property string keyframe: "\u0072"
    readonly property string linkTriangle: "\u0073"
    readonly property string linked: "\u0074"
    readonly property string listView: "\u0075"
    readonly property string lockOff: "\u0076"
    readonly property string lockOn: "\u0077"
    readonly property string materialPreviewEnvironment: "\u0078"
    readonly property string materialPreviewModel: "\u0079"
    readonly property string mergeCells: "\u007A"
    readonly property string minus: "\u007B"
    readonly property string mirror: "\u007C"
    readonly property string newMaterial: "\u007D"
    readonly property string openMaterialBrowser: "\u007E"
    readonly property string orientation: "\u007F"
    readonly property string paddingEdge: "\u0080"
    readonly property string paddingFrame: "\u0081"
    readonly property string pasteStyle: "\u0082"
    readonly property string pause: "\u0083"
    readonly property string pin: "\u0084"
    readonly property string play: "\u0085"
    readonly property string plus: "\u0086"
    readonly property string promote: "\u0087"
    readonly property string readOnly: "\u0088"
    readonly property string redo: "\u0089"
    readonly property string rotationFill: "\u008A"
    readonly property string rotationOutline: "\u008B"
    readonly property string search: "\u008C"
    readonly property string sectionToggle: "\u008D"
    readonly property string splitColumns: "\u008E"
    readonly property string splitRows: "\u008F"
    readonly property string startNode: "\u0090"
    readonly property string testIcon: "\u0091"
    readonly property string textAlignBottom: "\u0092"
    readonly property string textAlignCenter: "\u0093"
    readonly property string textAlignJustified: "\u0094"
    readonly property string textAlignLeft: "\u0095"
    readonly property string textAlignMiddle: "\u0096"
    readonly property string textAlignRight: "\u0097"
    readonly property string textAlignTop: "\u0098"
    readonly property string textBulletList: "\u0099"
    readonly property string textFullJustification: "\u009A"
    readonly property string textNumberedList: "\u009B"
    readonly property string tickIcon: "\u009D"
    readonly property string translationCreateFiles: "\u009E"
    readonly property string translationCreateReport: "\u009F"
    readonly property string translationExport: "\u00A0"
    readonly property string translationImport: "\u00A1"
    readonly property string translationSelectLanguages: "\u00A2"
    readonly property string translationTest: "\u00A3"
    readonly property string transparent: "\u00A4"
    readonly property string triState: "\u00A5"
    readonly property string triangleArcA: "\u00A6"
    readonly property string triangleArcB: "\u00A7"
    readonly property string triangleCornerA: "\u00A8"
    readonly property string triangleCornerB: "\u00A9"
    readonly property string unLinked: "\u00AA"
    readonly property string undo: "\u00AB"
    readonly property string unpin: "\u00AC"
    readonly property string upDownIcon: "\u00AE"
    readonly property string upDownSquare2: "\u00AF"
    readonly property string visibilityOff: "\u00B0"
    readonly property string visibilityOn: "\u00B1"
    readonly property string wildcard: "\u00B2"
    readonly property string wizardsAutomotive: "\u00B3"
    readonly property string wizardsDesktop: "\u00B4"
    readonly property string wizardsGeneric: "\u00B5"
    readonly property string wizardsMcuEmpty: "\u00B6"
    readonly property string wizardsMcuGraph: "\u00B7"
    readonly property string wizardsMobile: "\u00B8"
    readonly property string wizardsUnknown: "\u00B9"
    readonly property string zoomAll: "\u00BA"
    readonly property string zoomIn: "\u00BB"
    readonly property string zoomOut: "\u00BC"
    readonly property string zoomSelection: "\u00BD"

    readonly property font iconFont: Qt.font({
                                                 "family": controlIcons.name,
                                                 "pixelSize": 12
                                             })

    readonly property font font: Qt.font({
                                             "family": "Arial",
                                             "pointSize": Qt.application.font.pixelSize
                                         })

    readonly property font largeFont: Qt.font({
                                                  "family": "Arial",
                                                  "pointSize": Qt.application.font.pixelSize * 1.6
                                              })
}