Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2154 from slarosa/custom_dialog
added missing icons to customization dialog
  • Loading branch information
slarosa committed Jun 21, 2015
2 parents eaaa98f + b39cb7b commit 12c797a
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 12c797a

Please sign in to comment.