mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove bogus strings and add tooltips to filter buttons
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
80bdbc348d
commit
adc08bba4f
1 changed files with 7 additions and 7 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue