mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-27 18:12:41 +01:00
Add a tool tip to the library search field.
This commit is contained in:
parent
89369029ab
commit
175827f73f
@ -21,7 +21,10 @@
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QSearchField" name="filter">
|
||||
<widget class="QSearchField" name="filter" native="true">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Prefix a word with a field name to limit the search to that field, e.g. <span style=" font-weight:600;">artist:</span><span style=" font-style:italic;">Bode</span> searches the library for all artists that contain the word Bode.</p><p><span style=" font-weight:600;">Available fields: </span><span style=" font-style:italic;">title, album, artist, albumartist, composer, performer, grouping, genre, comment</span>.</p></body></html></string>
|
||||
</property>
|
||||
<property name="placeholderText" stdset="0">
|
||||
<string>Enter search terms here</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user