mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
Add tooltip to the saving mode checkbox.
This commit is contained in:
parent
58e4f9d38e
commit
f5ce39a36a
1 changed files with 5 additions and 2 deletions
|
@ -669,7 +669,7 @@
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>-349</y>
|
<y>0</y>
|
||||||
<width>470</width>
|
<width>470</width>
|
||||||
<height>926</height>
|
<height>926</height>
|
||||||
</rect>
|
</rect>
|
||||||
|
@ -808,6 +808,9 @@
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="comboSavingMode">
|
<widget class="QComboBox" name="comboSavingMode">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Automatic mode means that various torrent properties(eg save path) will be decided by the associated category</string>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Manual</string>
|
<string>Manual</string>
|
||||||
|
@ -815,7 +818,7 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Automatic (based on category)</string>
|
<string>Automatic</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue