From 305fb4cb79822c42619416645aa7b8262e6e9987 Mon Sep 17 00:00:00 2001 From: Mahmoud Badri Date: Wed, 29 Nov 2023 14:26:15 +0200 Subject: [PATCH] QmlDesigner: Add save icon to the icon font Change-Id: Ic88f61f19142a42cc456cb85f836ea9ed5635c07 Reviewed-by: Qt CI Patch Build Bot Reviewed-by: Ali Kianian Reviewed-by: Miikka Heikkinen (cherry picked from commit 1423740e09efdacb997f0236020062eea6372e1e) Reviewed-by: Thomas Hartmann --- .../imports/StudioTheme/InternalConstants.qml | 185 +++++++++--------- .../imports/StudioTheme/icons.ttf | Bin 65816 -> 66032 bytes .../components/componentcore/theme.h | 1 + 3 files changed, 94 insertions(+), 92 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml index 92a9206f5bd..a727c0d4215 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml @@ -283,98 +283,99 @@ QtObject { readonly property string s_timeline: "\u012E" readonly property string s_visibility: "\u012F" readonly property string saveLogs_medium: "\u0130" - readonly property string scale_medium: "\u0131" - readonly property string search: "\u0132" - readonly property string search_small: "\u0133" - readonly property string sectionToggle: "\u0134" - readonly property string selectFill_medium: "\u0135" - readonly property string selectOutline_medium: "\u0136" - readonly property string selectParent_small: "\u0137" - readonly property string selection_small: "\u0138" - readonly property string settings_medium: "\u0139" - readonly property string signal_small: "\u013A" - readonly property string snapping_conf_medium: "\u013B" - readonly property string snapping_medium: "\u013C" - readonly property string snapping_small: "\u013D" - readonly property string sortascending_medium: "\u013E" - readonly property string sortdescending_medium: "\u013F" - readonly property string sphere_medium: "\u0140" - readonly property string sphere_small: "\u0141" - readonly property string splitColumns: "\u0142" - readonly property string splitRows: "\u0143" - readonly property string splitScreen_medium: "\u0144" - readonly property string spotLight_small: "\u0145" - readonly property string stackedContainer_small: "\u0146" - readonly property string startNode: "\u0147" - readonly property string step_medium: "\u0148" - readonly property string stop_medium: "\u0149" - readonly property string tableView_medium: "\u014A" - readonly property string testIcon: "\u014B" - readonly property string textAlignBottom: "\u014C" - readonly property string textAlignCenter: "\u014D" - readonly property string textAlignJustified: "\u014E" - readonly property string textAlignLeft: "\u014F" - readonly property string textAlignMiddle: "\u0150" - readonly property string textAlignRight: "\u0151" - readonly property string textAlignTop: "\u0152" - readonly property string textBulletList: "\u0153" - readonly property string textFullJustification: "\u0154" - readonly property string textNumberedList: "\u0155" - readonly property string textures_medium: "\u0156" - readonly property string tickIcon: "\u0157" - readonly property string tickMark_small: "\u0158" - readonly property string timeline_small: "\u0159" - readonly property string toEndFrame_medium: "\u015A" - readonly property string toNextFrame_medium: "\u015B" - readonly property string toPrevFrame_medium: "\u015C" - readonly property string toStartFrame_medium: "\u015D" - readonly property string topToolbar_annotations: "\u015E" - readonly property string topToolbar_closeFile: "\u015F" - readonly property string topToolbar_designMode: "\u0160" - readonly property string topToolbar_enterComponent: "\u0161" - readonly property string topToolbar_home: "\u0162" - readonly property string topToolbar_makeComponent: "\u0163" - readonly property string topToolbar_navFile: "\u0164" - readonly property string topToolbar_runProject: "\u0165" - readonly property string translationCreateFiles: "\u0166" - readonly property string translationCreateReport: "\u0167" - readonly property string translationExport: "\u0168" - readonly property string translationImport: "\u0169" - readonly property string translationSelectLanguages: "\u016A" - readonly property string translationTest: "\u016B" - readonly property string transparent: "\u016C" - readonly property string triState: "\u016D" - readonly property string triangleArcA: "\u016E" - readonly property string triangleArcB: "\u016F" - readonly property string triangleCornerA: "\u0170" - readonly property string triangleCornerB: "\u0171" - readonly property string unLinked: "\u0172" - readonly property string undo: "\u0173" - readonly property string unify_medium: "\u0174" - readonly property string unpin: "\u0175" - readonly property string upDownIcon: "\u0176" - readonly property string upDownSquare2: "\u0177" - readonly property string updateAvailable_medium: "\u0178" - readonly property string updateContent_medium: "\u0179" - readonly property string visibilityOff: "\u017A" - readonly property string visibilityOn: "\u017B" - readonly property string visible_medium: "\u017C" - readonly property string visible_small: "\u017D" - readonly property string warning_medium: "\u017E" - readonly property string wildcard: "\u017F" - readonly property string wizardsAutomotive: "\u0180" - readonly property string wizardsDesktop: "\u0181" - readonly property string wizardsGeneric: "\u0182" - readonly property string wizardsMcuEmpty: "\u0183" - readonly property string wizardsMcuGraph: "\u0184" - readonly property string wizardsMobile: "\u0185" - readonly property string wizardsUnknown: "\u0186" - readonly property string zoomAll: "\u0187" - readonly property string zoomIn: "\u0188" - readonly property string zoomIn_medium: "\u0189" - readonly property string zoomOut: "\u018A" - readonly property string zoomOut_medium: "\u018B" - readonly property string zoomSelection: "\u018C" + readonly property string save_medium: "\u0131" + readonly property string scale_medium: "\u0132" + readonly property string search: "\u0133" + readonly property string search_small: "\u0134" + readonly property string sectionToggle: "\u0135" + readonly property string selectFill_medium: "\u0136" + readonly property string selectOutline_medium: "\u0137" + readonly property string selectParent_small: "\u0138" + readonly property string selection_small: "\u0139" + readonly property string settings_medium: "\u013A" + readonly property string signal_small: "\u013B" + readonly property string snapping_conf_medium: "\u013C" + readonly property string snapping_medium: "\u013D" + readonly property string snapping_small: "\u013E" + readonly property string sortascending_medium: "\u013F" + readonly property string sortdescending_medium: "\u0140" + readonly property string sphere_medium: "\u0141" + readonly property string sphere_small: "\u0142" + readonly property string splitColumns: "\u0143" + readonly property string splitRows: "\u0144" + readonly property string splitScreen_medium: "\u0145" + readonly property string spotLight_small: "\u0146" + readonly property string stackedContainer_small: "\u0147" + readonly property string startNode: "\u0148" + readonly property string step_medium: "\u0149" + readonly property string stop_medium: "\u014A" + readonly property string tableView_medium: "\u014B" + readonly property string testIcon: "\u014C" + readonly property string textAlignBottom: "\u014D" + readonly property string textAlignCenter: "\u014E" + readonly property string textAlignJustified: "\u014F" + readonly property string textAlignLeft: "\u0150" + readonly property string textAlignMiddle: "\u0151" + readonly property string textAlignRight: "\u0152" + readonly property string textAlignTop: "\u0153" + readonly property string textBulletList: "\u0154" + readonly property string textFullJustification: "\u0155" + readonly property string textNumberedList: "\u0156" + readonly property string textures_medium: "\u0157" + readonly property string tickIcon: "\u0158" + readonly property string tickMark_small: "\u0159" + readonly property string timeline_small: "\u015A" + readonly property string toEndFrame_medium: "\u015B" + readonly property string toNextFrame_medium: "\u015C" + readonly property string toPrevFrame_medium: "\u015D" + readonly property string toStartFrame_medium: "\u015E" + readonly property string topToolbar_annotations: "\u015F" + readonly property string topToolbar_closeFile: "\u0160" + readonly property string topToolbar_designMode: "\u0161" + readonly property string topToolbar_enterComponent: "\u0162" + readonly property string topToolbar_home: "\u0163" + readonly property string topToolbar_makeComponent: "\u0164" + readonly property string topToolbar_navFile: "\u0165" + readonly property string topToolbar_runProject: "\u0166" + readonly property string translationCreateFiles: "\u0167" + readonly property string translationCreateReport: "\u0168" + readonly property string translationExport: "\u0169" + readonly property string translationImport: "\u016A" + readonly property string translationSelectLanguages: "\u016B" + readonly property string translationTest: "\u016C" + readonly property string transparent: "\u016D" + readonly property string triState: "\u016E" + readonly property string triangleArcA: "\u016F" + readonly property string triangleArcB: "\u0170" + readonly property string triangleCornerA: "\u0171" + readonly property string triangleCornerB: "\u0172" + readonly property string unLinked: "\u0173" + readonly property string undo: "\u0174" + readonly property string unify_medium: "\u0175" + readonly property string unpin: "\u0176" + readonly property string upDownIcon: "\u0177" + readonly property string upDownSquare2: "\u0178" + readonly property string updateAvailable_medium: "\u0179" + readonly property string updateContent_medium: "\u017A" + readonly property string visibilityOff: "\u017B" + readonly property string visibilityOn: "\u017C" + readonly property string visible_medium: "\u017D" + readonly property string visible_small: "\u017E" + readonly property string warning_medium: "\u017F" + readonly property string wildcard: "\u0180" + readonly property string wizardsAutomotive: "\u0181" + readonly property string wizardsDesktop: "\u0182" + readonly property string wizardsGeneric: "\u0183" + readonly property string wizardsMcuEmpty: "\u0184" + readonly property string wizardsMcuGraph: "\u0185" + readonly property string wizardsMobile: "\u0186" + readonly property string wizardsUnknown: "\u0187" + readonly property string zoomAll: "\u0188" + readonly property string zoomIn: "\u0189" + readonly property string zoomIn_medium: "\u018A" + readonly property string zoomOut: "\u018B" + readonly property string zoomOut_medium: "\u018C" + readonly property string zoomSelection: "\u018D" readonly property font iconFont: Qt.font({ "family": controlIcons.name, diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf index e5a2ca18235a69b6c7b3a4b55aa0a0b8bb1f82c9..42e3a73fedb69329f00cbfeb2558ea3cd7226ad1 100644 GIT binary patch delta 743 zcmbQy#PXq;#e{*8fq{XSp@D&!A;8To#CM_m?Y9h!j8_;K7-al|^^GDIq**dBFh(#i zFeD`BCKhOg>xfS@QL1M=!@$76k)BhT#=EI-4g&+{4F-nmH5sXiDVmGF>}OzLxWmA} zV3v`Qn#lF@e=7q6qX+{7gGxqjNrkM3hzA1$;|>M}rYAZ1$%$7k&og0QVEe(qz;rJ+ zv7&(S9K&}821W}81_p(^#N5<_>N`~#7#@Z&Ffd&%$S*F@*zf7Xpv~|^gMmSI3E26J z3=EtHvyyRK$iM_{zm?3{`36T_+JR%3kVC?6xbJJ67(e4BDgR3Pe@M4u~3dsv(S{#bzw$f zi^4X9GlZLj&kNrZArui8u_EG2q*vs$$Tv|QQB$G~qGv_#i+&NK6B8FRA?8TTw^)nV zytufyGx0j{b@40W?Qlwy+f z87a3?V^UA0aip20m8G3XUzVYe5tMN%(;{mkYxGPI!X!Fl_Exw#S;$aiCz<6BHjOgWolo;3@z@)swTrEb3RQ;}Vf@&A7YCI$v@GGMsJ Jrj>^t`2d)#?cD$X delta 506 zcmey+%rc{i#e{*8fq{XSp@D&!A;8To#CIWA#!?1GhCd7p3^M+~`bLop(kvJl7$X=M z7!s0m6AQG$b;Kr`DAhB3VPIh3NYANEYl=Akn1O-w3IoHn9T};KDVlwa^cSpwjT@(Om}h< zD+(CTGJI!XV61F~yAx+6<2q7#L(Hft}CD zz#w_WKRlk_<|_j?^9u$B28M@C^3pJR5~D3+?qoa0SjL{sa~M6DCO>E1F?lYF9%Iku zGc18D^%wkE{B8Wb{PXi%E)^5_2t