aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/downloaditemform.ui
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-03-20 18:44:46 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-03-20 18:44:46 +0100
commitda688a422ec94e342467f102c3361c0be3d7fd44 (patch)
treeabf72b532c621ddc64aa22791a67eff7f5880e1b /src/widgets/downloaditemform.ui
parentFixed bug where the BookmarksWidget was not re-openable (diff)
downloadsmolbote-da688a422ec94e342467f102c3361c0be3d7fd44.tar.xz
Dockable DownloadsWidget
Diffstat (limited to 'src/widgets/downloaditemform.ui')
-rw-r--r--src/widgets/downloaditemform.ui53
1 files changed, 53 insertions, 0 deletions
diff --git a/src/widgets/downloaditemform.ui b/src/widgets/downloaditemform.ui
new file mode 100644
index 0000000..8a8d148
--- /dev/null
+++ b/src/widgets/downloaditemform.ui
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>DownloadItemForm</class>
+ <widget class="QWidget" name="DownloadItemForm">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>500</width>
+ <height>70</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Form</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QLabel" name="url_label">
+ <property name="text">
+ <string>[url]</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QLabel" name="status_label">
+ <property name="text">
+ <string>Unknown</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="filesize_label">
+ <property name="text">
+ <string>x MiB / y MiB</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QProgressBar" name="progressBar">
+ <property name="value">
+ <number>24</number>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>