aboutsummaryrefslogtreecommitdiff
path: root/lib/downloads/widgets/downloaditemform.ui
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-03-15 17:30:45 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-03-15 17:30:45 +0100
commit1db5ea9fe9ca588852397a7d05d49267b0258e29 (patch)
treea3909d64319177e773c8f6a0057446669d1f145e /lib/downloads/widgets/downloaditemform.ui
parentMoved Configuration class into library (diff)
downloadsmolbote-1db5ea9fe9ca588852397a7d05d49267b0258e29.tar.xz
Add pause/resume/cancel buttons to download
Diffstat (limited to 'lib/downloads/widgets/downloaditemform.ui')
-rw-r--r--lib/downloads/widgets/downloaditemform.ui33
1 files changed, 27 insertions, 6 deletions
diff --git a/lib/downloads/widgets/downloaditemform.ui b/lib/downloads/widgets/downloaditemform.ui
index 17f1d6a..c8a4604 100644
--- a/lib/downloads/widgets/downloaditemform.ui
+++ b/lib/downloads/widgets/downloaditemform.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>500</width>
- <height>122</height>
+ <height>128</height>
</rect>
</property>
<property name="sizePolicy">
@@ -41,11 +41,32 @@
<widget class="QWidget" name="detailsWidget" native="true">
<layout class="QVBoxLayout" name="detailsLayout">
<item>
- <widget class="QLabel" name="status_label">
- <property name="text">
- <string>status_label</string>
- </property>
- </widget>
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QToolButton" name="pause_toolButton">
+ <property name="text">
+ <string>Pause</string>
+ </property>
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="abort_toolButton">
+ <property name="text">
+ <string>Abort</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="status_label">
+ <property name="text">
+ <string>status_label</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</item>
<item>
<widget class="QLabel" name="path_label">