mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
added tooltip for file ignore list
This commit is contained in:
parent
4b1161dc0b
commit
5511a0b2b0
1 changed files with 10 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue