aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml96
1 files changed, 1 insertions, 95 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml
index 3d692af671..74edf9ccee 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml
@@ -26,98 +26,4 @@
pragma Singleton
import QtQuick 2.10
-QtObject {
- readonly property int width: 1920
- readonly property int height: 1080
- readonly property FontLoader mySystemFont: FontLoader {
- name: "Arial"
- }
- readonly property FontLoader controlIcons: FontLoader {
- source: "icons.ttf"
- }
-
- 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 alignBottom: "\u0029"
- readonly property string alignCenterHorizontal: "\u002A"
- readonly property string alignCenterVertical: "\u002B"
- readonly property string alignLeft: "\u002C"
- readonly property string alignRight: "\u002D"
- readonly property string alignTo: "\u002E"
- readonly property string alignTop: "\u002F"
- readonly property string anchorBaseline: "\u0030"
- readonly property string anchorBottom: "\u0031"
- readonly property string anchorFill: "\u0032"
- readonly property string anchorLeft: "\u0033"
- readonly property string anchorRight: "\u0034"
- readonly property string anchorTop: "\u0035"
- readonly property string annotationBubble: "\u0036"
- readonly property string annotationDecal: "\u0037"
- readonly property string centerHorizontal: "\u0038"
- readonly property string centerVertical: "\u0039"
- readonly property string closeCross: "\u003A"
- readonly property string deleteColumn: "\u003B"
- readonly property string deleteRow: "\u003C"
- readonly property string deleteTable: "\u003D"
- readonly property string distributeBottom: "\u003E"
- readonly property string distributeCenterHorizontal: "\u003F"
- readonly property string distributeCenterVertical: "\u0040"
- readonly property string distributeLeft: "\u0041"
- readonly property string distributeOriginBottomRight: "\u0042"
- readonly property string distributeOriginCenter: "\u0043"
- readonly property string distributeOriginNone: "\u0044"
- readonly property string distributeOriginTopLeft: "\u0045"
- readonly property string distributeRight: "\u0046"
- readonly property string distributeSpacingHorizontal: "\u0047"
- readonly property string distributeSpacingVertical: "\u0048"
- readonly property string distributeTop: "\u0049"
- readonly property string edit: "\u004A"
- readonly property string fontStyleBold: "\u004B"
- readonly property string fontStyleItalic: "\u004C"
- readonly property string fontStyleStrikethrough: "\u004D"
- readonly property string fontStyleUnderline: "\u004E"
- readonly property string mergeCells: "\u004F"
- readonly property string redo: "\u0050"
- readonly property string splitColumns: "\u0051"
- readonly property string splitRows: "\u0052"
- readonly property string testIcon: "\u0053"
- readonly property string textAlignBottom: "\u0054"
- readonly property string textAlignCenter: "\u0055"
- readonly property string textAlignLeft: "\u0056"
- readonly property string textAlignMiddle: "\u0057"
- readonly property string textAlignRight: "\u0058"
- readonly property string textAlignTop: "\u0059"
- readonly property string textBulletList: "\u005A"
- readonly property string textFullJustification: "\u005B"
- readonly property string textNumberedList: "\u005C"
- readonly property string tickIcon: "\u005D"
- readonly property string triState: "\u005E"
- readonly property string undo: "\u005F"
- readonly property string upDownIcon: "\u0060"
- readonly property string upDownSquare2: "\u0061"
-
- readonly property font iconFont: Qt.font({
- "family": controlIcons.name,
- "pixelSize": 12
- })
-
- readonly property font font: Qt.font({
- "family": mySystemFont.name,
- "pointSize": Qt.application.font.pixelSize
- })
-
- readonly property font largeFont: Qt.font({
- "family": mySystemFont.name,
- "pointSize": Qt.application.font.pixelSize * 1.6
- })
-
- readonly property color backgroundColor: "#c2c2c2"
-
- readonly property bool showActionIndicatorBackground: false
-}
+InternalConstants {}