Improve torrent addition from URL dialog

This commit is contained in:
Christophe Dumez
2010-12-05 17:46:03 +00:00
parent dff1e65634
commit 264ac4e706
3 changed files with 23 additions and 11 deletions

View File

@@ -803,6 +803,12 @@ QGroupBox {
</item>
<item>
<widget class="QGroupBox" name="checkExportDir">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QGroupBox::title {
font-weight: normal;
@@ -876,6 +882,9 @@ QGroupBox {
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout_15">
<item row="0" column="0">
<widget class="QLabel" name="label_2">
@@ -908,6 +917,9 @@ QGroupBox {
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_19">
<item>
<widget class="QLineEdit" name="autoRun_txt"/>