Browse Source

Fix widget name collision.

Small cleanup on Downloads page.
adaptive-webui-19844
Chocobo1 9 years ago
parent
commit
5efc45190a
  1. 56
      src/gui/optionsdlg.ui

56
src/gui/optionsdlg.ui

@ -671,33 +671,17 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>586</width> <width>586</width>
<height>1127</height> <height>1118</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<widget class="QGroupBox" name="torrentAdditionBox"> <widget class="QGroupBox" name="torrentAdditionBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title"> <property name="title">
<string>When adding a torrent</string> <string>When adding a torrent</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout_5"> <layout class="QVBoxLayout" name="torrentAdditionBoxLayout">
<property name="bottomMargin"> <item>
<number>9</number>
</property>
<item row="1" column="0">
<widget class="QCheckBox" name="checkStartPaused">
<property name="text">
<string comment="The torrent will be added to download list in pause state">Do not start the download automatically</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QGroupBox" name="checkAdditionDialog"> <widget class="QGroupBox" name="checkAdditionDialog">
<property name="title"> <property name="title">
<string>Display torrent content and some options</string> <string>Display torrent content and some options</string>
@ -705,8 +689,11 @@
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QGridLayout" name="gridLayout_15"> <layout class="QVBoxLayout" name="verticalLayout_18">
<item row="0" column="0"> <property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QCheckBox" name="checkAdditionDialogFront"> <widget class="QCheckBox" name="checkAdditionDialogFront">
<property name="text"> <property name="text">
<string>Bring torrent dialog to the front</string> <string>Bring torrent dialog to the front</string>
@ -719,7 +706,14 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item>
<widget class="QCheckBox" name="checkStartPaused">
<property name="text">
<string comment="The torrent will be added to download list in pause state">Do not start the download automatically</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="deleteTorrentBox"> <widget class="QGroupBox" name="deleteTorrentBox">
<property name="toolTip"> <property name="toolTip">
<string>Should the .torrent file be deleted after adding it</string> <string>Should the .torrent file be deleted after adding it</string>
@ -733,7 +727,7 @@
<property name="checked"> <property name="checked">
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_17"> <layout class="QVBoxLayout" name="deleteTorrentBoxLayout">
<item> <item>
<widget class="QCheckBox" name="deleteCancelledTorrentBox"> <widget class="QCheckBox" name="deleteCancelledTorrentBox">
<property name="toolTip"> <property name="toolTip">
@ -745,7 +739,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_11"> <layout class="QHBoxLayout" name="deleteTorrentWarningLayout">
<item> <item>
<widget class="QLabel" name="deleteTorrentWarningIcon"> <widget class="QLabel" name="deleteTorrentWarningIcon">
<property name="sizePolicy"> <property name="sizePolicy">
@ -761,12 +755,6 @@
</item> </item>
<item> <item>
<widget class="QLabel" name="deleteTorrentWarningLabel"> <widget class="QLabel" name="deleteTorrentWarningLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>Warning! Data loss possible!</string> <string>Warning! Data loss possible!</string>
</property> </property>
@ -782,16 +770,10 @@
</item> </item>
<item> <item>
<widget class="QGroupBox" name="groupSavingManagement"> <widget class="QGroupBox" name="groupSavingManagement">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title"> <property name="title">
<string>Saving Management</string> <string>Saving Management</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_25"> <layout class="QVBoxLayout" name="groupSavingManagementLayout">
<item> <item>
<layout class="QGridLayout" name="gridLayout_3"> <layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0"> <item row="0" column="0">

Loading…
Cancel
Save