aboutsummaryrefslogtreecommitdiff
path: root/src/lib/downloads/widgets/downloaditemform.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/downloads/widgets/downloaditemform.ui')
-rw-r--r--src/lib/downloads/widgets/downloaditemform.ui28
1 files changed, 25 insertions, 3 deletions
diff --git a/src/lib/downloads/widgets/downloaditemform.ui b/src/lib/downloads/widgets/downloaditemform.ui
index 8a8d148..7e63211 100644
--- a/src/lib/downloads/widgets/downloaditemform.ui
+++ b/src/lib/downloads/widgets/downloaditemform.ui
@@ -7,13 +7,22 @@
<x>0</x>
<y>0</y>
<width>500</width>
- <height>70</height>
+ <height>100</height>
</rect>
</property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
+ <property name="spacing">
+ <number>0</number>
+ </property>
<item>
<widget class="QLabel" name="url_label">
<property name="text">
@@ -26,14 +35,14 @@
<item>
<widget class="QLabel" name="status_label">
<property name="text">
- <string>Unknown</string>
+ <string>Un&amp;known</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="filesize_label">
<property name="text">
- <string>x MiB / y MiB</string>
+ <string>&amp;x MiB / y MiB</string>
</property>
</widget>
</item>
@@ -46,6 +55,19 @@
</item>
</layout>
</item>
+ <item>
+ <widget class="QWidget" name="detailsWidget" native="true">
+ <layout class="QVBoxLayout" name="detailsLayout">
+ <item>
+ <widget class="QLabel" name="path_label">
+ <property name="text">
+ <string>TextLabel</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
</layout>
</widget>
<resources/>