- FEATURE: Real progress bar in torrent properties that displays downloaded pieces (contribution by

Ishan Arora)
This commit is contained in:
Christophe Dumez
2007-11-18 18:06:44 +00:00
parent 5484ec923d
commit 58c78fa6f6
10 changed files with 298 additions and 57 deletions

View File

@@ -6,7 +6,7 @@
<x>0</x>
<y>0</y>
<width>594</width>
<height>567</height>
<height>621</height>
</rect>
</property>
<property name="windowTitle" >
@@ -312,6 +312,25 @@
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="RealProgressBox" >
<property name="minimumSize" >
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="font" >
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="title" >
<string>Downloaded pieces</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox" >
<property name="sizePolicy" >