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 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>511</width> <width>511</width>
<height>461</height> <height>517</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Torrent addition dialog</string> <string>Torrent addition dialog</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>3</number>
</property>
<item> <item>
<widget class="QLabel" name="fileNameLbl"> <widget class="QLabel" name="fileNameLbl">
<property name="text"> <property name="text">
@ -28,19 +31,6 @@
</property> </property>
</widget> </widget>
</item> </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> <item>
<layout class="QHBoxLayout"> <layout class="QHBoxLayout">
<property name="spacing"> <property name="spacing">
@ -49,6 +39,19 @@
<property name="margin"> <property name="margin">
<number>0</number> <number>0</number>
</property> </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> <item>
<widget class="QLineEdit" name="savePathTxt"/> <widget class="QLineEdit" name="savePathTxt"/>
</item> </item>
@ -173,6 +176,17 @@
</item> </item>
<item> <item>
<widget class="QPushButton" name="collapseAllButton"> <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"> <property name="text">
<string>Collapse all</string> <string>Collapse all</string>
</property> </property>
@ -180,6 +194,17 @@
</item> </item>
<item> <item>
<widget class="QPushButton" name="expandAllButton"> <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"> <property name="text">
<string>Expand all</string> <string>Expand all</string>
</property> </property>

Loading…
Cancel
Save