Skip to content

Commit b39cb7b

Browse files
committed
added missing icons to customization dialog
also added new icon for the select all action
1 parent cb7f9b4 commit b39cb7b

File tree

3 files changed

+157
-0
lines changed

3 files changed

+157
-0
lines changed

images/images.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@
273273
<file>themes/default/mActionSelectPolygon.svg</file>
274274
<file>themes/default/mActionSelectRadius.svg</file>
275275
<file>themes/default/mActionSelectRectangle.svg</file>
276+
<file>themes/default/mActionSelectAllTree.svg</file>
276277
<file>themes/default/mActionSetProjection.svg</file>
277278
<file>themes/default/mActionSharing.svg</file>
278279
<file>themes/default/mActionSharingExport.svg</file>
Lines changed: 144 additions & 0 deletions
Loading

src/ui/qgscustomizationdialogbase.ui

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,28 @@
122122
</property>
123123
</action>
124124
<action name="actionExpandAll">
125+
<property name="icon">
126+
<iconset resource="../../images/images.qrc">
127+
<normaloff>:/images/themes/default/mActionExpandTree.svg</normaloff>:/images/themes/default/mActionExpandTree.svg</iconset>
128+
</property>
125129
<property name="text">
126130
<string>Expand All</string>
127131
</property>
128132
</action>
129133
<action name="actionCollapseAll">
134+
<property name="icon">
135+
<iconset resource="../../images/images.qrc">
136+
<normaloff>:/images/themes/default/mActionCollapseTree.svg</normaloff>:/images/themes/default/mActionCollapseTree.svg</iconset>
137+
</property>
130138
<property name="text">
131139
<string>Collapse All</string>
132140
</property>
133141
</action>
134142
<action name="actionSelectAll">
143+
<property name="icon">
144+
<iconset resource="../../images/images.qrc">
145+
<normaloff>:/images/themes/default/mActionSelectAllTree.svg</normaloff>:/images/themes/default/mActionSelectAllTree.svg</iconset>
146+
</property>
135147
<property name="text">
136148
<string>Select All</string>
137149
</property>

0 commit comments

Comments
 (0)