Browse Source

Improve program preferences

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
dff1e65634
  1. 24
      src/preferences/options.ui

24
src/preferences/options.ui

@ -359,7 +359,7 @@
</property> </property>
<item> <item>
<property name="text"> <property name="text">
<string>Start / Stop</string> <string>Start / Stop Torrent</string>
</property> </property>
</item> </item>
<item> <item>
@ -385,7 +385,7 @@
<widget class="QComboBox" name="actionTorrentFnOnDblClBox"> <widget class="QComboBox" name="actionTorrentFnOnDblClBox">
<item> <item>
<property name="text"> <property name="text">
<string>Start / Stop</string> <string>Start / Stop Torrent</string>
</property> </property>
</item> </item>
<item> <item>
@ -1787,7 +1787,7 @@ QGroupBox {
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>-25</y>
<width>570</width> <width>570</width>
<height>422</height> <height>422</height>
</rect> </rect>
@ -1796,7 +1796,7 @@ QGroupBox {
<item> <item>
<widget class="QGroupBox" name="AddBTFeaturesBox"> <widget class="QGroupBox" name="AddBTFeaturesBox">
<property name="title"> <property name="title">
<string>BitTorrent features</string> <string>Privacy</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_14"> <layout class="QVBoxLayout" name="verticalLayout_14">
<item> <item>
@ -1923,7 +1923,7 @@ QGroupBox {
<item> <item>
<widget class="QLabel" name="lbl_encryption"> <widget class="QLabel" name="lbl_encryption">
<property name="text"> <property name="text">
<string>Protocol encryption:</string> <string>Encryption mode:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -1931,17 +1931,17 @@ QGroupBox {
<widget class="QComboBox" name="comboEncryption"> <widget class="QComboBox" name="comboEncryption">
<item> <item>
<property name="text"> <property name="text">
<string>Enabled</string> <string>Prefer encryption</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string>Forced</string> <string>Require encryption</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string>Disabled</string> <string>Disable encryption</string>
</property> </property>
</item> </item>
</widget> </widget>
@ -2171,8 +2171,8 @@ QGroupBox {
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>396</width> <width>524</width>
<height>229</height> <height>414</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_23"> <layout class="QVBoxLayout" name="verticalLayout_23">
@ -2334,8 +2334,8 @@ QGroupBox {
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>98</width> <width>524</width>
<height>28</height> <height>414</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_36"/> <layout class="QVBoxLayout" name="verticalLayout_36"/>

Loading…
Cancel
Save