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
1 changed files with 3 additions and 0 deletions

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>