- Graphically display piece availability in torrent preferences

This commit is contained in:
Christophe Dumez
2009-11-21 19:40:24 +00:00
parent fb6b40ccd1
commit 47d545633d
7 changed files with 182 additions and 7 deletions

View File

@@ -55,7 +55,7 @@
<x>0</x>
<y>0</y>
<width>518</width>
<height>348</height>
<height>371</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
@@ -110,6 +110,45 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="ProgressHLayout_2">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item>
<widget class="QLabel" name="downloaded_pieces_lbl_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Availability:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="maximumSize">
<size>
<width>50</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string notr="true"/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="Line" name="line_2">
<property name="orientation">
@@ -814,8 +853,6 @@ p, li { white-space: pre-wrap; }
</item>
</layout>
</widget>
<resources>
<include location="icons.qrc"/>
</resources>
<resources/>
<connections/>
</ui>