- Some fixes in bandwidth allocation per torrent dialog

This commit is contained in:
Christophe Dumez
2007-08-04 05:29:35 +00:00
parent 8e6b1be322
commit ff756a2b1f
3 changed files with 46 additions and 23 deletions

View File

@@ -66,13 +66,13 @@
<item>
<widget class="QSlider" name="bandwidthSlider" >
<property name="minimum" >
<number>-1</number>
<number>0</number>
</property>
<property name="maximum" >
<number>1000</number>
</property>
<property name="sliderPosition" >
<number>-1</number>
<number>0</number>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>