forked from qt-creator/qt-creator
QmlDesigner: Add snapping icons to the icon font
Change-Id: I6e5547ed5170b9c750efefb52407df3a4eb783e0 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This commit is contained in:
@@ -269,81 +269,83 @@ QtObject {
|
|||||||
readonly property string selection_small: "\u0120"
|
readonly property string selection_small: "\u0120"
|
||||||
readonly property string settings_medium: "\u0121"
|
readonly property string settings_medium: "\u0121"
|
||||||
readonly property string signal_small: "\u0122"
|
readonly property string signal_small: "\u0122"
|
||||||
readonly property string snapping_small: "\u0123"
|
readonly property string snapping_conf_medium: "\u0123"
|
||||||
readonly property string sphere_medium: "\u0124"
|
readonly property string snapping_medium: "\u0124"
|
||||||
readonly property string sphere_small: "\u0125"
|
readonly property string snapping_small: "\u0125"
|
||||||
readonly property string splitColumns: "\u0126"
|
readonly property string sphere_medium: "\u0126"
|
||||||
readonly property string splitRows: "\u0127"
|
readonly property string sphere_small: "\u0127"
|
||||||
readonly property string spotLight_small: "\u0128"
|
readonly property string splitColumns: "\u0128"
|
||||||
readonly property string stackedContainer_small: "\u0129"
|
readonly property string splitRows: "\u0129"
|
||||||
readonly property string startNode: "\u012A"
|
readonly property string spotLight_small: "\u012A"
|
||||||
readonly property string step_medium: "\u012B"
|
readonly property string stackedContainer_small: "\u012B"
|
||||||
readonly property string stop_medium: "\u012C"
|
readonly property string startNode: "\u012C"
|
||||||
readonly property string testIcon: "\u012D"
|
readonly property string step_medium: "\u012D"
|
||||||
readonly property string textAlignBottom: "\u012E"
|
readonly property string stop_medium: "\u012E"
|
||||||
readonly property string textAlignCenter: "\u012F"
|
readonly property string testIcon: "\u012F"
|
||||||
readonly property string textAlignJustified: "\u0130"
|
readonly property string textAlignBottom: "\u0130"
|
||||||
readonly property string textAlignLeft: "\u0131"
|
readonly property string textAlignCenter: "\u0131"
|
||||||
readonly property string textAlignMiddle: "\u0132"
|
readonly property string textAlignJustified: "\u0132"
|
||||||
readonly property string textAlignRight: "\u0133"
|
readonly property string textAlignLeft: "\u0133"
|
||||||
readonly property string textAlignTop: "\u0134"
|
readonly property string textAlignMiddle: "\u0134"
|
||||||
readonly property string textBulletList: "\u0135"
|
readonly property string textAlignRight: "\u0135"
|
||||||
readonly property string textFullJustification: "\u0136"
|
readonly property string textAlignTop: "\u0136"
|
||||||
readonly property string textNumberedList: "\u0137"
|
readonly property string textBulletList: "\u0137"
|
||||||
readonly property string textures_medium: "\u0138"
|
readonly property string textFullJustification: "\u0138"
|
||||||
readonly property string tickIcon: "\u0139"
|
readonly property string textNumberedList: "\u0139"
|
||||||
readonly property string tickMark_small: "\u013A"
|
readonly property string textures_medium: "\u013A"
|
||||||
readonly property string timeline_small: "\u013B"
|
readonly property string tickIcon: "\u013B"
|
||||||
readonly property string toEndFrame_medium: "\u013C"
|
readonly property string tickMark_small: "\u013C"
|
||||||
readonly property string toNextFrame_medium: "\u013D"
|
readonly property string timeline_small: "\u013D"
|
||||||
readonly property string toPrevFrame_medium: "\u013E"
|
readonly property string toEndFrame_medium: "\u013E"
|
||||||
readonly property string toStartFrame_medium: "\u013F"
|
readonly property string toNextFrame_medium: "\u013F"
|
||||||
readonly property string topToolbar_annotations: "\u0140"
|
readonly property string toPrevFrame_medium: "\u0140"
|
||||||
readonly property string topToolbar_closeFile: "\u0141"
|
readonly property string toStartFrame_medium: "\u0141"
|
||||||
readonly property string topToolbar_designMode: "\u0142"
|
readonly property string topToolbar_annotations: "\u0142"
|
||||||
readonly property string topToolbar_enterComponent: "\u0143"
|
readonly property string topToolbar_closeFile: "\u0143"
|
||||||
readonly property string topToolbar_home: "\u0144"
|
readonly property string topToolbar_designMode: "\u0144"
|
||||||
readonly property string topToolbar_makeComponent: "\u0145"
|
readonly property string topToolbar_enterComponent: "\u0145"
|
||||||
readonly property string topToolbar_navFile: "\u0146"
|
readonly property string topToolbar_home: "\u0146"
|
||||||
readonly property string topToolbar_runProject: "\u0147"
|
readonly property string topToolbar_makeComponent: "\u0147"
|
||||||
readonly property string translationCreateFiles: "\u0148"
|
readonly property string topToolbar_navFile: "\u0148"
|
||||||
readonly property string translationCreateReport: "\u0149"
|
readonly property string topToolbar_runProject: "\u0149"
|
||||||
readonly property string translationExport: "\u014A"
|
readonly property string translationCreateFiles: "\u014A"
|
||||||
readonly property string translationImport: "\u014B"
|
readonly property string translationCreateReport: "\u014B"
|
||||||
readonly property string translationSelectLanguages: "\u014C"
|
readonly property string translationExport: "\u014C"
|
||||||
readonly property string translationTest: "\u014D"
|
readonly property string translationImport: "\u014D"
|
||||||
readonly property string transparent: "\u014E"
|
readonly property string translationSelectLanguages: "\u014E"
|
||||||
readonly property string triState: "\u014F"
|
readonly property string translationTest: "\u014F"
|
||||||
readonly property string triangleArcA: "\u0150"
|
readonly property string transparent: "\u0150"
|
||||||
readonly property string triangleArcB: "\u0151"
|
readonly property string triState: "\u0151"
|
||||||
readonly property string triangleCornerA: "\u0152"
|
readonly property string triangleArcA: "\u0152"
|
||||||
readonly property string triangleCornerB: "\u0153"
|
readonly property string triangleArcB: "\u0153"
|
||||||
readonly property string unLinked: "\u0154"
|
readonly property string triangleCornerA: "\u0154"
|
||||||
readonly property string undo: "\u0155"
|
readonly property string triangleCornerB: "\u0155"
|
||||||
readonly property string unify_medium: "\u0156"
|
readonly property string unLinked: "\u0156"
|
||||||
readonly property string unpin: "\u0157"
|
readonly property string undo: "\u0157"
|
||||||
readonly property string upDownIcon: "\u0158"
|
readonly property string unify_medium: "\u0158"
|
||||||
readonly property string upDownSquare2: "\u0159"
|
readonly property string unpin: "\u0159"
|
||||||
readonly property string updateAvailable_medium: "\u015A"
|
readonly property string upDownIcon: "\u015A"
|
||||||
readonly property string updateContent_medium: "\u015B"
|
readonly property string upDownSquare2: "\u015B"
|
||||||
readonly property string visibilityOff: "\u015C"
|
readonly property string updateAvailable_medium: "\u015C"
|
||||||
readonly property string visibilityOn: "\u015D"
|
readonly property string updateContent_medium: "\u015D"
|
||||||
readonly property string visible_medium: "\u015E"
|
readonly property string visibilityOff: "\u015E"
|
||||||
readonly property string visible_small: "\u015F"
|
readonly property string visibilityOn: "\u015F"
|
||||||
readonly property string wildcard: "\u0160"
|
readonly property string visible_medium: "\u0160"
|
||||||
readonly property string wizardsAutomotive: "\u0161"
|
readonly property string visible_small: "\u0161"
|
||||||
readonly property string wizardsDesktop: "\u0162"
|
readonly property string wildcard: "\u0162"
|
||||||
readonly property string wizardsGeneric: "\u0163"
|
readonly property string wizardsAutomotive: "\u0163"
|
||||||
readonly property string wizardsMcuEmpty: "\u0164"
|
readonly property string wizardsDesktop: "\u0164"
|
||||||
readonly property string wizardsMcuGraph: "\u0165"
|
readonly property string wizardsGeneric: "\u0165"
|
||||||
readonly property string wizardsMobile: "\u0166"
|
readonly property string wizardsMcuEmpty: "\u0166"
|
||||||
readonly property string wizardsUnknown: "\u0167"
|
readonly property string wizardsMcuGraph: "\u0167"
|
||||||
readonly property string zoomAll: "\u0168"
|
readonly property string wizardsMobile: "\u0168"
|
||||||
readonly property string zoomIn: "\u0169"
|
readonly property string wizardsUnknown: "\u0169"
|
||||||
readonly property string zoomIn_medium: "\u016A"
|
readonly property string zoomAll: "\u016A"
|
||||||
readonly property string zoomOut: "\u016B"
|
readonly property string zoomIn: "\u016B"
|
||||||
readonly property string zoomOut_medium: "\u016C"
|
readonly property string zoomIn_medium: "\u016C"
|
||||||
readonly property string zoomSelection: "\u016D"
|
readonly property string zoomOut: "\u016D"
|
||||||
|
readonly property string zoomOut_medium: "\u016E"
|
||||||
|
readonly property string zoomSelection: "\u016F"
|
||||||
|
|
||||||
readonly property font iconFont: Qt.font({
|
readonly property font iconFont: Qt.font({
|
||||||
"family": controlIcons.name,
|
"family": controlIcons.name,
|
||||||
|
Binary file not shown.
@@ -277,6 +277,8 @@ public:
|
|||||||
selection_small,
|
selection_small,
|
||||||
settings_medium,
|
settings_medium,
|
||||||
signal_small,
|
signal_small,
|
||||||
|
snapping_conf_medium,
|
||||||
|
snapping_medium,
|
||||||
snapping_small,
|
snapping_small,
|
||||||
sphere_medium,
|
sphere_medium,
|
||||||
sphere_small,
|
sphere_small,
|
||||||
|
Reference in New Issue
Block a user