diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-16 18:55:27 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-16 18:55:27 +0000 |
commit | adc08bba4f83eee90843706f3d4a8bce2ee8db90 (patch) | |
tree | 1aeb400b83f66eb6c0eb893dc4ad162f98c58fef /qt-ui/filterwidget.ui | |
parent | 80bdbc348ddbda176aa03002a0923e6a5b5f8475 (diff) | |
download | subsurface-adc08bba4f83eee90843706f3d4a8bce2ee8db90.tar.gz |
Remove bogus strings and add tooltips to filter buttons
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/filterwidget.ui')
-rw-r--r-- | qt-ui/filterwidget.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/qt-ui/filterwidget.ui b/qt-ui/filterwidget.ui index f8f0547b7..577b51c22 100644 --- a/qt-ui/filterwidget.ui +++ b/qt-ui/filterwidget.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string></string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> @@ -69,8 +69,8 @@ </item> <item> <widget class="QToolButton" name="clear"> - <property name="text"> - <string>...</string> + <property name="toolTip"> + <string>Reset filters</string> </property> <property name="icon"> <iconset resource="../subsurface.qrc"> @@ -83,8 +83,8 @@ </item> <item> <widget class="QToolButton" name="maximize"> - <property name="text"> - <string>...</string> + <property name="toolTip"> + <string>Show/hide filters</string> </property> <property name="icon"> <iconset resource="../subsurface.qrc"> @@ -97,8 +97,8 @@ </item> <item> <widget class="QToolButton" name="close"> - <property name="text"> - <string>...</string> + <property name="toolTip"> + <string>Close and reset filters</string> </property> <property name="icon"> <iconset resource="../subsurface.qrc"> |