UI: Add delete as shortcut for removing filters

Delete key now should prompt to remove filters
This commit is contained in:
Alex Anderson
2018-08-28 20:06:38 -07:00
parent 1f1120f4a4
commit 05e06b9af1
3 changed files with 28 additions and 0 deletions

View File

@@ -425,6 +425,18 @@
</layout>
</item>
</layout>
<action name="actionRemoveFilter">
<property name="icon">
<iconset resource="obs.qrc">
<normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
</property>
<property name="text">
<string>Remove</string>
</property>
<property name="shortcut">
<string>Del</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>