Clean up SpeedLimitDialog class

This commit is contained in:
Chocobo1
2018-11-02 13:45:16 +08:00
parent 3fa5358c3f
commit 266ce1d226
4 changed files with 38 additions and 53 deletions

View File

@@ -22,12 +22,15 @@
</item>
<item>
<widget class="QSpinBox" name="spinBandwidth">
<property name="specialValueText">
<string>∞</string>
</property>
<property name="suffix">
<string> KiB/s</string>
</property>
<property name="maximum">
<number>65535</number>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
</item>
</layout>