1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>SpeedLimitDialog
</class>
4 <widget class=
"QDialog" name=
"SpeedLimitDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Global Speed Limits
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout">
18 <widget class=
"QGroupBox" name=
"groupBox">
19 <property name=
"title">
20 <string>Speed limits
</string>
22 <layout class=
"QGridLayout" name=
"gridLayout">
23 <item row=
"0" column=
"0" rowspan=
"2">
24 <widget class=
"QLabel" name=
"labelGlobalSpeedIcon">
25 <property name=
"text">
30 <item row=
"0" column=
"1">
31 <widget class=
"QLabel" name=
"label">
32 <property name=
"text">
33 <string>Upload:
</string>
37 <item row=
"0" column=
"2">
38 <widget class=
"QSlider" name=
"sliderUploadLimit">
39 <property name=
"orientation">
40 <enum>Qt::Horizontal
</enum>
44 <item row=
"0" column=
"3">
45 <widget class=
"QSpinBox" name=
"spinUploadLimit">
46 <property name=
"specialValueText">
49 <property name=
"suffix">
50 <string> KiB/s
</string>
52 <property name=
"maximum">
53 <number>2000000</number>
57 <item row=
"1" column=
"1">
58 <widget class=
"QLabel" name=
"label_2">
59 <property name=
"text">
60 <string>Download:
</string>
64 <item row=
"1" column=
"2">
65 <widget class=
"QSlider" name=
"sliderDownloadLimit">
66 <property name=
"orientation">
67 <enum>Qt::Horizontal
</enum>
71 <item row=
"1" column=
"3">
72 <widget class=
"QSpinBox" name=
"spinDownloadLimit">
73 <property name=
"specialValueText">
76 <property name=
"suffix">
77 <string> KiB/s
</string>
79 <property name=
"maximum">
80 <number>2000000</number>
88 <widget class=
"QGroupBox" name=
"groupBox_2">
89 <property name=
"title">
90 <string>Alternative speed limits
</string>
92 <layout class=
"QGridLayout" name=
"gridLayout_2">
93 <item row=
"0" column=
"0" rowspan=
"2">
94 <widget class=
"QLabel" name=
"labelAltGlobalSpeedIcon">
95 <property name=
"text">
100 <item row=
"0" column=
"1">
101 <widget class=
"QLabel" name=
"label_3">
102 <property name=
"text">
103 <string>Upload:
</string>
107 <item row=
"0" column=
"2">
108 <widget class=
"QSlider" name=
"sliderAltUploadLimit">
109 <property name=
"orientation">
110 <enum>Qt::Horizontal
</enum>
114 <item row=
"0" column=
"3">
115 <widget class=
"QSpinBox" name=
"spinAltUploadLimit">
116 <property name=
"specialValueText">
119 <property name=
"suffix">
120 <string> KiB/s
</string>
122 <property name=
"maximum">
123 <number>2000000</number>
127 <item row=
"1" column=
"1">
128 <widget class=
"QLabel" name=
"label_4">
129 <property name=
"text">
130 <string>Download:
</string>
134 <item row=
"1" column=
"2">
135 <widget class=
"QSlider" name=
"sliderAltDownloadLimit">
136 <property name=
"orientation">
137 <enum>Qt::Horizontal
</enum>
141 <item row=
"1" column=
"3">
142 <widget class=
"QSpinBox" name=
"spinAltDownloadLimit">
143 <property name=
"specialValueText">
146 <property name=
"suffix">
147 <string> KiB/s
</string>
149 <property name=
"maximum">
150 <number>2000000</number>
158 <spacer name=
"verticalSpacer">
159 <property name=
"orientation">
160 <enum>Qt::Vertical
</enum>
162 <property name=
"sizeHint" stdset=
"0">
171 <widget class=
"QDialogButtonBox" name=
"buttonBox">
172 <property name=
"standardButtons">
173 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>