Add tool tip for negate filter button

Add tool tip for buttons introduced in:
b6bf57a13b

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2017-12-28 13:55:48 +01:00 committed by Dirk Hohndel
parent 2478158c0f
commit 1742de57d0

View file

@ -53,6 +53,9 @@
</item>
<item>
<widget class="QToolButton" name="notButton">
<property name="toolTip">
<string>Negate filter</string>
</property>
<property name="text">
<string>¬</string>
</property>