Browse Source

Disabling systray icon no longer disables file association settings (closes #114)

adaptive-webui-19844
Christophe Dumez 12 years ago
parent
commit
7e57a63ec5
  1. 50
      src/preferences/options.ui

50
src/preferences/options.ui

@ -176,7 +176,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>-161</y>
<width>486</width> <width>486</width>
<height>638</height> <height>638</height>
</rect> </rect>
@ -433,27 +433,27 @@
</item> </item>
</layout> </layout>
</item> </item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupFileAssociation">
<property name="title">
<string>File association</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_28">
<item> <item>
<widget class="QGroupBox" name="groupFileAssociation"> <widget class="QCheckBox" name="checkAssociateTorrents">
<property name="title"> <property name="text">
<string>File association</string> <string>Use qBittorrent for .torrent files</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkAssociateMagnetLinks">
<property name="text">
<string>Use qBittorrent for magnet links</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_28">
<item>
<widget class="QCheckBox" name="checkAssociateTorrents">
<property name="text">
<string>Use qBittorrent for .torrent files</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkAssociateMagnetLinks">
<property name="text">
<string>Use qBittorrent for magnet links</string>
</property>
</widget>
</item>
</layout>
</widget> </widget>
</item> </item>
</layout> </layout>
@ -508,8 +508,8 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>-373</y> <y>0</y>
<width>486</width> <width>482</width>
<height>1025</height> <height>1025</height>
</rect> </rect>
</property> </property>
@ -1459,7 +1459,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>395</width> <width>359</width>
<height>480</height> <height>480</height>
</rect> </rect>
</property> </property>
@ -2659,8 +2659,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>98</width> <width>74</width>
<height>28</height> <height>24</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_36"/> <layout class="QVBoxLayout" name="verticalLayout_36"/>

Loading…
Cancel
Save