Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Switch Ctrl+F shortcut to switch to filter mode
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
src/ui/qgsattributetabledialog.ui
|
@@ -325,7 +325,7 @@ |
|
|
<item> |
|
|
<widget class="QToolButton" name="mSearchFormButton"> |
|
|
<property name="toolTip"> |
|
|
<string>Select/filter features using form</string> |
|
|
<string>Select/filter features using form (Ctrl+F)</string> |
|
|
</property> |
|
|
<property name="text"> |
|
|
<string>...</string> |
|
@@ -340,6 +340,9 @@ |
|
|
<height>18</height> |
|
|
</size> |
|
|
</property> |
|
|
<property name="shortcut"> |
|
|
<string>Ctrl+F</string> |
|
|
</property> |
|
|
<property name="checkable"> |
|
|
<bool>true</bool> |
|
|
</property> |
|
@@ -884,9 +887,6 @@ |
|
|
<property name="toolTip"> |
|
|
<string>Use the Expression Builder to define the filter</string> |
|
|
</property> |
|
|
<property name="shortcut"> |
|
|
<string>Ctrl+F</string> |
|
|
</property> |
|
|
</action> |
|
|
<action name="mActionShowAllFilter"> |
|
|
<property name="icon"> |
|
|