Browse Source

- Optimize torrent addition dialog vertical space usage

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
ad597c72d2
  1. 53
      src/ui/torrentadditiondlg.ui

53
src/ui/torrentadditiondlg.ui

@ -7,13 +7,16 @@ @@ -7,13 +7,16 @@
<x>0</x>
<y>0</y>
<width>511</width>
<height>461</height>
<height>517</height>
</rect>
</property>
<property name="windowTitle">
<string>Torrent addition dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>3</number>
</property>
<item>
<widget class="QLabel" name="fileNameLbl">
<property name="text">
@ -28,19 +31,6 @@ @@ -28,19 +31,6 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="savePathLbl">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Save path:</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout">
<property name="spacing">
@ -49,6 +39,19 @@ @@ -49,6 +39,19 @@
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="savePathLbl">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>Save path:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="savePathTxt"/>
</item>
@ -173,6 +176,17 @@ @@ -173,6 +176,17 @@
</item>
<item>
<widget class="QPushButton" name="collapseAllButton">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>21</height>
</size>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>Collapse all</string>
</property>
@ -180,6 +194,17 @@ @@ -180,6 +194,17 @@
</item>
<item>
<widget class="QPushButton" name="expandAllButton">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>21</height>
</size>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>Expand all</string>
</property>

Loading…
Cancel
Save