Remove bogus strings and add tooltips to filter buttons

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-11-16 18:55:27 +00:00
parent 80bdbc348d
commit adc08bba4f

View file

@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string></string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing"> <property name="spacing">
@ -69,8 +69,8 @@
</item> </item>
<item> <item>
<widget class="QToolButton" name="clear"> <widget class="QToolButton" name="clear">
<property name="text"> <property name="toolTip">
<string>...</string> <string>Reset filters</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../subsurface.qrc"> <iconset resource="../subsurface.qrc">
@ -83,8 +83,8 @@
</item> </item>
<item> <item>
<widget class="QToolButton" name="maximize"> <widget class="QToolButton" name="maximize">
<property name="text"> <property name="toolTip">
<string>...</string> <string>Show/hide filters</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../subsurface.qrc"> <iconset resource="../subsurface.qrc">
@ -97,8 +97,8 @@
</item> </item>
<item> <item>
<widget class="QToolButton" name="close"> <widget class="QToolButton" name="close">
<property name="text"> <property name="toolTip">
<string>...</string> <string>Close and reset filters</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../subsurface.qrc"> <iconset resource="../subsurface.qrc">