Skip to content

Commit

Permalink
Assign icons to each button - for some reason they dont show at runti…
Browse files Browse the repository at this point in the history
…m ... investigating...

git-svn-id: http://svn.osgeo.org/qgis/trunk@4432 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 31, 2005
1 parent 7edd8ac commit 2ba640c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ui/qgsattributetablebase.ui
Expand Up @@ -42,7 +42,7 @@
<string/>
</property>
<property name="icon" >
<iconset>image1</iconset>
<iconset>../xpm/remove_selection.xpm</iconset>
</property>
<property name="shortcut" >
<string/>
Expand All @@ -58,7 +58,7 @@
<string/>
</property>
<property name="icon" >
<iconset>image2</iconset>
<iconset>../xpm/selected_to_top.png</iconset>
</property>
<property name="shortcut" >
<string>Ctrl+T</string>
Expand All @@ -74,7 +74,7 @@
<string/>
</property>
<property name="icon" >
<iconset>image3</iconset>
<iconset>../xpm/switch_selection.png</iconset>
</property>
<property name="shortcut" >
<string>Ctrl+S</string>
Expand All @@ -93,7 +93,7 @@
<string/>
</property>
<property name="icon" >
<iconset>image4</iconset>
<iconset>../xpm/copy_selection.png</iconset>
</property>
<property name="shortcut" >
<string>Ctrl+C</string>
Expand All @@ -109,7 +109,7 @@
<string/>
</property>
<property name="icon" >
<iconset>image5</iconset>
<iconset>../xpm/new_attribute.png</iconset>
</property>
<property name="shortcut" >
<string>Ctrl+N</string>
Expand All @@ -125,7 +125,7 @@
<string/>
</property>
<property name="icon" >
<iconset>image6</iconset>
<iconset>../xpm/delete_attribute.png</iconset>
</property>
<property name="shortcut" >
<string>Ctrl+X</string>
Expand Down

0 comments on commit 2ba640c

Please sign in to comment.