Browse Source

Add tooltip to the saving mode checkbox.

adaptive-webui-19844
sledgehammer999 9 years ago
parent
commit
bc270bd801
  1. 7
      src/gui/options.ui

7
src/gui/options.ui

@ -669,7 +669,7 @@ @@ -669,7 +669,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-349</y>
<y>0</y>
<width>470</width>
<height>926</height>
</rect>
@ -808,6 +808,9 @@ @@ -808,6 +808,9 @@
</property>
<item>
<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>
<property name="text">
<string>Manual</string>
@ -815,7 +818,7 @@ @@ -815,7 +818,7 @@
</item>
<item>
<property name="text">
<string>Automatic (based on category)</string>
<string>Automatic</string>
</property>
</item>
</widget>

Loading…
Cancel
Save