Desktop: show filter button explanation in the widget

Since the filter numbers are now shown in the window titlebar, we can use this
space for an explanation of the two button (they already have tooltips, but
this is even easier for the user).

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-02-18 12:50:32 -08:00
parent 3ff131b27d
commit c1aaea8d76

View file

@ -15,9 +15,9 @@
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="filterText">
<widget class="QLabel" name="filterButtonExplanation">
<property name="text">
<string/>
<string>Reset / close</string>
</property>
</widget>
</item>