FEATURE: Bandwidth scheduler (automatically use alternative speed limits for a given period)

This commit is contained in:
Christophe Dumez
2010-01-24 11:57:15 +00:00
parent 540da69d61
commit 48dbaf05ae
9 changed files with 160 additions and 20 deletions

View File

@@ -1661,6 +1661,12 @@ QGroupBox {
<property name="enabled">
<bool>false</bool>
</property>
<property name="displayFormat">
<string>hh:mm</string>
</property>
<property name="calendarPopup">
<bool>false</bool>
</property>
<property name="time">
<time>
<hour>8</hour>
@@ -1685,6 +1691,9 @@ QGroupBox {
<property name="enabled">
<bool>false</bool>
</property>
<property name="displayFormat">
<string>hh:mm</string>
</property>
<property name="time">
<time>
<hour>20</hour>
@@ -1789,8 +1798,8 @@ QGroupBox {
<rect>
<x>0</x>
<y>0</y>
<width>620</width>
<height>490</height>
<width>466</width>
<height>415</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_20">