Skip to content

Commit 201681f

Browse files
author
jef
committedNov 13, 2010
apply #1468
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14582 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed
 

‎src/ui/qgsattributetabledialog.ui

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<item>
9797
<widget class="QToolButton" name="mRemoveSelectionButton">
9898
<property name="toolTip">
99-
<string>Unselect all</string>
99+
<string>Unselect all (Ctrl+U)</string>
100100
</property>
101101
<property name="text">
102102
<string/>
@@ -112,14 +112,14 @@
112112
</size>
113113
</property>
114114
<property name="shortcut">
115-
<string/>
115+
<string>Ctrl+U</string>
116116
</property>
117117
</widget>
118118
</item>
119119
<item>
120120
<widget class="QToolButton" name="mSelectedToTopButton">
121121
<property name="toolTip">
122-
<string>Move selection to top</string>
122+
<string>Move selection to top (Ctrl+T)</string>
123123
</property>
124124
<property name="text">
125125
<string/>
@@ -142,7 +142,7 @@
142142
<item>
143143
<widget class="QToolButton" name="mInvertSelectionButton">
144144
<property name="toolTip">
145-
<string>Invert selection</string>
145+
<string>Invert selection (Ctrl+S)</string>
146146
</property>
147147
<property name="text">
148148
<string/>
@@ -191,7 +191,7 @@
191191
<item>
192192
<widget class="QToolButton" name="mZoomMapToSelectedRowsButton">
193193
<property name="toolTip">
194-
<string>Zoom map to the selected rows (Ctrl-J)</string>
194+
<string>Zoom map to the selected rows (Ctrl+J)</string>
195195
</property>
196196
<property name="whatsThis">
197197
<string/>
@@ -217,7 +217,7 @@
217217
<item>
218218
<widget class="QToolButton" name="mToggleEditingButton">
219219
<property name="toolTip">
220-
<string>Toggle editing mode</string>
220+
<string>Toggle editing mode (Ctrl+E)</string>
221221
</property>
222222
<property name="whatsThis">
223223
<string/>
@@ -235,6 +235,9 @@
235235
<height>18</height>
236236
</size>
237237
</property>
238+
<property name="shortcut">
239+
<string>Ctrl+E</string>
240+
</property>
238241
<property name="checkable">
239242
<bool>true</bool>
240243
</property>
@@ -243,7 +246,7 @@
243246
<item>
244247
<widget class="QToolButton" name="mDeleteSelectedButton">
245248
<property name="toolTip">
246-
<string>Delete selected features</string>
249+
<string>Delete selected features (Ctrl+D)</string>
247250
</property>
248251
<property name="text">
249252
<string>...</string>
@@ -258,12 +261,15 @@
258261
<height>18</height>
259262
</size>
260263
</property>
264+
<property name="shortcut">
265+
<string>Ctrl+D</string>
266+
</property>
261267
</widget>
262268
</item>
263269
<item>
264270
<widget class="QToolButton" name="mAddAttribute">
265271
<property name="toolTip">
266-
<string>New column</string>
272+
<string>New column (Ctrl+W)</string>
267273
</property>
268274
<property name="text">
269275
<string/>
@@ -278,12 +284,15 @@
278284
<height>18</height>
279285
</size>
280286
</property>
287+
<property name="shortcut">
288+
<string>Ctrl+W</string>
289+
</property>
281290
</widget>
282291
</item>
283292
<item>
284293
<widget class="QToolButton" name="mRemoveAttribute">
285294
<property name="toolTip">
286-
<string>Delete column</string>
295+
<string>Delete column (Ctrl+L)</string>
287296
</property>
288297
<property name="text">
289298
<string/>
@@ -298,12 +307,15 @@
298307
<height>18</height>
299308
</size>
300309
</property>
310+
<property name="shortcut">
311+
<string>Ctrl+L</string>
312+
</property>
301313
</widget>
302314
</item>
303315
<item>
304316
<widget class="QToolButton" name="mOpenFieldCalculator">
305317
<property name="toolTip">
306-
<string>Open field calculator</string>
318+
<string>Open field calculator (Ctrl+I)</string>
307319
</property>
308320
<property name="text">
309321
<string/>
@@ -318,6 +330,9 @@
318330
<height>18</height>
319331
</size>
320332
</property>
333+
<property name="shortcut">
334+
<string>Ctrl+I</string>
335+
</property>
321336
</widget>
322337
</item>
323338
<item>

0 commit comments

Comments
 (0)
Please sign in to comment.