96 |
96 |
<item>
|
97 |
97 |
<widget class="QToolButton" name="mRemoveSelectionButton">
|
98 |
98 |
<property name="toolTip">
|
99 |
|
<string>Unselect all</string>
|
|
99 |
<string>Unselect all (Ctrl+U)</string>
|
100 |
100 |
</property>
|
101 |
101 |
<property name="text">
|
102 |
102 |
<string/>
|
... | ... | |
112 |
112 |
</size>
|
113 |
113 |
</property>
|
114 |
114 |
<property name="shortcut">
|
115 |
|
<string/>
|
|
115 |
<string>Ctrl+U</string>
|
116 |
116 |
</property>
|
117 |
117 |
</widget>
|
118 |
118 |
</item>
|
119 |
119 |
<item>
|
120 |
120 |
<widget class="QToolButton" name="mSelectedToTopButton">
|
121 |
121 |
<property name="toolTip">
|
122 |
|
<string>Move selection to top</string>
|
|
122 |
<string>Move selection to top (Ctrl+T)</string>
|
123 |
123 |
</property>
|
124 |
124 |
<property name="text">
|
125 |
125 |
<string/>
|
... | ... | |
142 |
142 |
<item>
|
143 |
143 |
<widget class="QToolButton" name="mInvertSelectionButton">
|
144 |
144 |
<property name="toolTip">
|
145 |
|
<string>Invert selection</string>
|
|
145 |
<string>Invert selection (Ctrl+S)</string>
|
146 |
146 |
</property>
|
147 |
147 |
<property name="text">
|
148 |
148 |
<string/>
|
... | ... | |
191 |
191 |
<item>
|
192 |
192 |
<widget class="QToolButton" name="mZoomMapToSelectedRowsButton">
|
193 |
193 |
<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>
|
195 |
195 |
</property>
|
196 |
196 |
<property name="whatsThis">
|
197 |
197 |
<string/>
|
... | ... | |
217 |
217 |
<item>
|
218 |
218 |
<widget class="QToolButton" name="mToggleEditingButton">
|
219 |
219 |
<property name="toolTip">
|
220 |
|
<string>Toggle editing mode</string>
|
|
220 |
<string>Toggle editing mode (Ctrl+E)</string>
|
221 |
221 |
</property>
|
222 |
222 |
<property name="whatsThis">
|
223 |
223 |
<string/>
|
... | ... | |
235 |
235 |
<height>18</height>
|
236 |
236 |
</size>
|
237 |
237 |
</property>
|
|
238 |
<property name="shortcut">
|
|
239 |
<string>Ctrl+E</string>
|
|
240 |
</property>
|
238 |
241 |
<property name="checkable">
|
239 |
242 |
<bool>true</bool>
|
240 |
243 |
</property>
|
... | ... | |
243 |
246 |
<item>
|
244 |
247 |
<widget class="QToolButton" name="mDeleteSelectedButton">
|
245 |
248 |
<property name="toolTip">
|
246 |
|
<string>Delete selected features</string>
|
|
249 |
<string>Delete selected features (Ctrl+D)</string>
|
247 |
250 |
</property>
|
248 |
251 |
<property name="text">
|
249 |
252 |
<string>...</string>
|
... | ... | |
258 |
261 |
<height>18</height>
|
259 |
262 |
</size>
|
260 |
263 |
</property>
|
|
264 |
<property name="shortcut">
|
|
265 |
<string>Ctrl+D</string>
|
|
266 |
</property>
|
261 |
267 |
</widget>
|
262 |
268 |
</item>
|
263 |
269 |
<item>
|
264 |
270 |
<widget class="QToolButton" name="mAddAttribute">
|
265 |
271 |
<property name="toolTip">
|
266 |
|
<string>New column</string>
|
|
272 |
<string>New column (Ctrl+W)</string>
|
267 |
273 |
</property>
|
268 |
274 |
<property name="text">
|
269 |
275 |
<string/>
|
... | ... | |
278 |
284 |
<height>18</height>
|
279 |
285 |
</size>
|
280 |
286 |
</property>
|
|
287 |
<property name="shortcut">
|
|
288 |
<string>Ctrl+W</string>
|
|
289 |
</property>
|
281 |
290 |
</widget>
|
282 |
291 |
</item>
|
283 |
292 |
<item>
|
284 |
293 |
<widget class="QToolButton" name="mRemoveAttribute">
|
285 |
294 |
<property name="toolTip">
|
286 |
|
<string>Delete column</string>
|
|
295 |
<string>Delete column (Ctrl+L)</string>
|
287 |
296 |
</property>
|
288 |
297 |
<property name="text">
|
289 |
298 |
<string/>
|
... | ... | |
298 |
307 |
<height>18</height>
|
299 |
308 |
</size>
|
300 |
309 |
</property>
|
|
310 |
<property name="shortcut">
|
|
311 |
<string>Ctrl+L</string>
|
|
312 |
</property>
|
301 |
313 |
</widget>
|
302 |
314 |
</item>
|
303 |
315 |
<item>
|
304 |
316 |
<widget class="QToolButton" name="mOpenFieldCalculator">
|
305 |
317 |
<property name="toolTip">
|
306 |
|
<string>Open field calculator</string>
|
|
318 |
<string>Open field calculator (Ctrl+I)</string>
|
307 |
319 |
</property>
|
308 |
320 |
<property name="text">
|
309 |
321 |
<string/>
|
... | ... | |
318 |
330 |
<height>18</height>
|
319 |
331 |
</size>
|
320 |
332 |
</property>
|
|
333 |
<property name="shortcut">
|
|
334 |
<string>Ctrl+I</string>
|
|
335 |
</property>
|
321 |
336 |
</widget>
|
322 |
337 |
</item>
|
323 |
338 |
<item>
|