1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 19:31:02 +01:00

Add a tooltip to the global search box

This commit is contained in:
Arnaud Bienner 2011-11-06 19:05:09 +01:00
parent fed2560ad9
commit 9964eab741

View File

@ -16,6 +16,9 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="LineEdit" name="search">
<property name="toolTip">
<string>Search around all your sources (library, internet services, ...)</string>
</property>
<property name="hint" stdset="0">
<string>Search everywhere</string>
</property>