mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added tooltip for file ignore list
This commit is contained in:
parent
4b1161dc0b
commit
5511a0b2b0
@ -98,7 +98,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="suffixesIgnoreList_LE"/>
|
||||
<widget class="QLineEdit" name="suffixesIgnoreList_LE">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Add any combination of suffixes separated by &quot;;&quot; for instance &quot;~;.bak;.old&quot;</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
@ -112,7 +116,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="prefixesIgnoreList_LE"/>
|
||||
<widget class="QLineEdit" name="prefixesIgnoreList_LE">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Add any combination of prefixes, separated by &quot;;&quot; for instance &quot;.;~&quot;</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user