Add donwloaded megabytes and current download speed to the

download window
This commit is contained in:
alessandro90
2019-05-14 20:17:51 +02:00
parent bc63e56e32
commit 825386a8f1
4 changed files with 80 additions and 11 deletions

View File

@@ -7,14 +7,14 @@
<x>0</x>
<y>0</y>
<width>400</width>
<height>137</height>
<height>157</height>
</rect>
</property>
<property name="windowTitle">
<string>Download database</string>
</property>
<property name="windowIcon">
<iconset resource="icon.qrc">
<iconset>
<normaloff>:/icons/Artemis3.ico</normaloff>:/icons/Artemis3.ico</iconset>
</property>
<property name="styleSheet">
@@ -33,7 +33,23 @@
</property>
<property name="text">
<string>Downloading database
Please wait...</string>
Please wait...
</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="status_lbl">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>status</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>