Skip to content

Commit

Permalink
added missing icons to customization dialog
Browse files Browse the repository at this point in the history
also added new icon for the  select all action
  • Loading branch information
slarosa committed Jun 21, 2015
1 parent cb7f9b4 commit b39cb7b
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/images.qrc
Expand Up @@ -273,6 +273,7 @@
<file>themes/default/mActionSelectPolygon.svg</file>
<file>themes/default/mActionSelectRadius.svg</file>
<file>themes/default/mActionSelectRectangle.svg</file>
<file>themes/default/mActionSelectAllTree.svg</file>
<file>themes/default/mActionSetProjection.svg</file>
<file>themes/default/mActionSharing.svg</file>
<file>themes/default/mActionSharingExport.svg</file>
Expand Down
144 changes: 144 additions & 0 deletions images/themes/default/mActionSelectAllTree.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/ui/qgscustomizationdialogbase.ui
Expand Up @@ -122,16 +122,28 @@
</property>
</action>
<action name="actionExpandAll">
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionExpandTree.svg</normaloff>:/images/themes/default/mActionExpandTree.svg</iconset>
</property>
<property name="text">
<string>Expand All</string>
</property>
</action>
<action name="actionCollapseAll">
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionCollapseTree.svg</normaloff>:/images/themes/default/mActionCollapseTree.svg</iconset>
</property>
<property name="text">
<string>Collapse All</string>
</property>
</action>
<action name="actionSelectAll">
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionSelectAllTree.svg</normaloff>:/images/themes/default/mActionSelectAllTree.svg</iconset>
</property>
<property name="text">
<string>Select All</string>
</property>
Expand Down

0 comments on commit b39cb7b

Please sign in to comment.