QmlDesigner: Add translation font icons

Change-Id: Ie6ca22bd51997e8a0d9aadd73dd44935e824bb73
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2021-11-08 10:38:45 +01:00
committed by Henning Gründl
parent 7e035d9436
commit 047292cf46
3 changed files with 95 additions and 79 deletions

View File

@@ -23,7 +23,7 @@
** **
****************************************************************************/ ****************************************************************************/
import QtQuick 2.10 import QtQuick 2.15
QtObject { QtObject {
readonly property int width: 1920 readonly property int width: 1920
@@ -95,84 +95,92 @@ QtObject {
readonly property string distributeSpacingHorizontal: "\u005A" readonly property string distributeSpacingHorizontal: "\u005A"
readonly property string distributeSpacingVertical: "\u005B" readonly property string distributeSpacingVertical: "\u005B"
readonly property string distributeTop: "\u005C" readonly property string distributeTop: "\u005C"
readonly property string edit: "\u005D" readonly property string download: "\u005D"
readonly property string eyeDropper: "\u005E" readonly property string edit: "\u005E"
readonly property string flowAction: "\u005F" readonly property string eyeDropper: "\u005F"
readonly property string flowTransition: "\u0060" readonly property string favorite: "\u0060"
readonly property string fontStyleBold: "\u0061" readonly property string flowAction: "\u0061"
readonly property string fontStyleItalic: "\u0062" readonly property string flowTransition: "\u0062"
readonly property string fontStyleStrikethrough: "\u0063" readonly property string fontStyleBold: "\u0063"
readonly property string fontStyleUnderline: "\u0064" readonly property string fontStyleItalic: "\u0064"
readonly property string gradient: "\u0065" readonly property string fontStyleStrikethrough: "\u0065"
readonly property string gridView: "\u0066" readonly property string fontStyleUnderline: "\u0066"
readonly property string idAliasOff: "\u0067" readonly property string gradient: "\u0067"
readonly property string idAliasOn: "\u0068" readonly property string gridView: "\u0068"
readonly property string infinity: "\u0069" readonly property string idAliasOff: "\u0069"
readonly property string keyframe: "\u006A" readonly property string idAliasOn: "\u006A"
readonly property string linkTriangle: "\u006B" readonly property string infinity: "\u006B"
readonly property string linked: "\u006C" readonly property string keyframe: "\u006C"
readonly property string listView: "\u006D" readonly property string linkTriangle: "\u006D"
readonly property string lockOff: "\u006E" readonly property string linked: "\u006E"
readonly property string lockOn: "\u006F" readonly property string listView: "\u006F"
readonly property string mergeCells: "\u0070" readonly property string lockOff: "\u0070"
readonly property string minus: "\u0071" readonly property string lockOn: "\u0071"
readonly property string mirror: "\u0072" readonly property string mergeCells: "\u0072"
readonly property string orientation: "\u0073" readonly property string minus: "\u0073"
readonly property string paddingEdge: "\u0074" readonly property string mirror: "\u0074"
readonly property string paddingFrame: "\u0075" readonly property string orientation: "\u0075"
readonly property string pasteStyle: "\u0076" readonly property string paddingEdge: "\u0076"
readonly property string pause: "\u0077" readonly property string paddingFrame: "\u0077"
readonly property string pin: "\u0078" readonly property string pasteStyle: "\u0078"
readonly property string play: "\u0079" readonly property string pause: "\u0079"
readonly property string plus: "\u007A" readonly property string pin: "\u007A"
readonly property string promote: "\u007B" readonly property string play: "\u007B"
readonly property string readOnly: "\u007C" readonly property string plus: "\u007C"
readonly property string redo: "\u007D" readonly property string promote: "\u007D"
readonly property string rotationFill: "\u007E" readonly property string readOnly: "\u007E"
readonly property string rotationOutline: "\u007F" readonly property string redo: "\u007F"
readonly property string search: "\u0080" readonly property string rotationFill: "\u0080"
readonly property string sectionToggle: "\u0081" readonly property string rotationOutline: "\u0081"
readonly property string splitColumns: "\u0082" readonly property string search: "\u0082"
readonly property string splitRows: "\u0083" readonly property string sectionToggle: "\u0083"
readonly property string startNode: "\u0084" readonly property string splitColumns: "\u0084"
readonly property string testIcon: "\u0085" readonly property string splitRows: "\u0085"
readonly property string textAlignBottom: "\u0086" readonly property string startNode: "\u0086"
readonly property string textAlignCenter: "\u0087" readonly property string testIcon: "\u0087"
readonly property string textAlignJustified: "\u0088" readonly property string textAlignBottom: "\u0088"
readonly property string textAlignLeft: "\u0089" readonly property string textAlignCenter: "\u0089"
readonly property string textAlignMiddle: "\u008A" readonly property string textAlignJustified: "\u008A"
readonly property string textAlignRight: "\u008B" readonly property string textAlignLeft: "\u008B"
readonly property string textAlignTop: "\u008C" readonly property string textAlignMiddle: "\u008C"
readonly property string textBulletList: "\u008D" readonly property string textAlignRight: "\u008D"
readonly property string textFullJustification: "\u008E" readonly property string textAlignTop: "\u008E"
readonly property string textNumberedList: "\u008F" readonly property string textBulletList: "\u008F"
readonly property string tickIcon: "\u0090" readonly property string textFullJustification: "\u0090"
readonly property string transparent: "\u0091" readonly property string textNumberedList: "\u0091"
readonly property string triState: "\u0092" readonly property string tickIcon: "\u0092"
readonly property string triangleArcA: "\u0093" readonly property string translationCreateFiles: "\u0093"
readonly property string triangleArcB: "\u0094" readonly property string translationCreateReport: "\u0094"
readonly property string triangleCornerA: "\u0095" readonly property string translationExport: "\u0095"
readonly property string triangleCornerB: "\u0096" readonly property string translationImport: "\u0096"
readonly property string unLinked: "\u0097" readonly property string translationSelectLanguages: "\u0097"
readonly property string undo: "\u0098" readonly property string translationTest: "\u0098"
readonly property string unpin: "\u0099" readonly property string transparent: "\u0099"
readonly property string upDownIcon: "\u009A" readonly property string triState: "\u009A"
readonly property string upDownSquare2: "\u009B" readonly property string triangleArcA: "\u009B"
readonly property string visibilityOffBroken: "\u009C" // visibilityOff readonly property string triangleArcB: "\u009C"
readonly property string visibilityOff: "\u009D" // visibilityOff2 readonly property string triangleCornerA: "\u009D"
readonly property string visibilityOn: "\u009E" readonly property string triangleCornerB: "\u009E"
readonly property string wildcard: "\u009F" readonly property string unLinked: "\u009F"
readonly property string wizardsAutomotive: "\u00A0" readonly property string undo: "\u00A0"
readonly property string wizardsDesktop: "\u00A1" readonly property string unpin: "\u00A1"
readonly property string wizardsGeneric: "\u00A2" readonly property string upDownIcon: "\u00A2"
readonly property string wizardsMcuEmpty: "\u00A3" readonly property string upDownSquare2: "\u00A3"
readonly property string wizardsMcuGraph: "\u00A4" readonly property string visibilityOffBroken: "\u00A4" // visibilityOff
readonly property string wizardsMobile: "\u00A5" readonly property string visibilityOff: "\u00A5" // visibilityOff2
readonly property string wizardsUnknown: "\u00A6" readonly property string visibilityOn: "\u00A6"
readonly property string zoomAll: "\u00A7" readonly property string wildcard: "\u00A7"
readonly property string zoomIn: "\u00A8" readonly property string wizardsAutomotive: "\u00A8"
readonly property string zoomOut: "\u00A9" readonly property string wizardsDesktop: "\u00A9"
readonly property string zoomSelection: "\u00AA" readonly property string wizardsGeneric: "\u00AA"
readonly property string wizardsMcuEmpty: "\u00AB"
readonly property string wizardsMcuGraph: "\u00AC"
readonly property string wizardsMobile: "\u00AD"
readonly property string wizardsUnknown: "\u00AE"
readonly property string zoomAll: "\u00AF"
readonly property string zoomIn: "\u00B0"
readonly property string zoomOut: "\u00B1"
readonly property string zoomSelection: "\u00B2"
readonly property font iconFont: Qt.font({ readonly property font iconFont: Qt.font({
"family": controlIcons.name, "family": controlIcons.name,

View File

@@ -103,8 +103,10 @@ public:
distributeSpacingHorizontal, distributeSpacingHorizontal,
distributeSpacingVertical, distributeSpacingVertical,
distributeTop, distributeTop,
download,
edit, edit,
eyeDropper, eyeDropper,
favorite,
flowAction, flowAction,
flowTransition, flowTransition,
fontStyleBold, fontStyleBold,
@@ -155,6 +157,12 @@ public:
textFullJustification, textFullJustification,
textNumberedList, textNumberedList,
tickIcon, tickIcon,
translationCreateFiles,
translationCreateReport,
translationExport,
translationImport,
translationSelectLanguages,
translationTest,
transparent, transparent,
triState, triState,
triangleArcA, triangleArcA,