Skip to content

Commit

Permalink
fix #2274
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12425 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 13, 2009
1 parent b4aaa2f commit 89a1250
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/ui/qgsattributetabledialog.ui
Expand Up @@ -59,6 +59,9 @@
</item>
<item>
<widget class="QToolButton" name="mAdvancedSearchButton">
<property name="toolTip">
<string>Opens the search query builder</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand Down Expand Up @@ -149,7 +152,7 @@
<string>Copy selected rows to clipboard (Ctrl+C)</string>
</property>
<property name="whatsThis">
<string>Copies the selected rows to the clipboard</string>
<string/>
</property>
<property name="text">
<string/>
Expand All @@ -175,7 +178,7 @@
<string>Zoom map to the selected rows (Ctrl-J)</string>
</property>
<property name="whatsThis">
<string>Zoom map to the selected rows</string>
<string/>
</property>
<property name="text">
<string/>
Expand All @@ -201,7 +204,7 @@
<string>Toggle editing mode</string>
</property>
<property name="whatsThis">
<string>Click to toggle table editing</string>
<string/>
</property>
<property name="text">
<string/>
Expand All @@ -223,6 +226,9 @@
</item>
<item>
<widget class="QToolButton" name="mDeleteSelectedButton">
<property name="toolTip">
<string>Delete selected features</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand Down Expand Up @@ -320,6 +326,9 @@
</item>
<item>
<widget class="QPushButton" name="searchButton">
<property name="toolTip">
<string>Looks for the given value in the given attribute column</string>
</property>
<property name="text">
<string>&amp;Search</string>
</property>
Expand Down

0 comments on commit 89a1250

Please sign in to comment.