Browse Source

- Optimize torrent addition dialog vertical space usage

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

47
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,12 +31,20 @@
</property> </property>
</widget> </widget>
</item> </item>
<item>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item> <item>
<widget class="QLabel" name="savePathLbl"> <widget class="QLabel" name="savePathLbl">
<property name="font"> <property name="font">
<font> <font>
<weight>75</weight> <weight>50</weight>
<bold>true</bold> <bold>false</bold>
</font> </font>
</property> </property>
<property name="text"> <property name="text">
@ -41,14 +52,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<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