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>
55 <property name=
"stepType">
56 <enum>QAbstractSpinBox::AdaptiveDecimalStepType
</enum>
60 <item row=
"1" column=
"1">
61 <widget class=
"QLabel" name=
"label_2">
62 <property name=
"text">
63 <string>Download:
</string>
67 <item row=
"1" column=
"2">
68 <widget class=
"QSlider" name=
"sliderDownloadLimit">
69 <property name=
"orientation">
70 <enum>Qt::Horizontal
</enum>
74 <item row=
"1" column=
"3">
75 <widget class=
"QSpinBox" name=
"spinDownloadLimit">
76 <property name=
"specialValueText">
79 <property name=
"suffix">
80 <string> KiB/s
</string>
82 <property name=
"maximum">
83 <number>2000000</number>
85 <property name=
"stepType">
86 <enum>QAbstractSpinBox::AdaptiveDecimalStepType
</enum>
94 <widget class=
"QGroupBox" name=
"groupBox_2">
95 <property name=
"title">
96 <string>Alternative speed limits
</string>
98 <layout class=
"QGridLayout" name=
"gridLayout_2">
99 <item row=
"0" column=
"0" rowspan=
"2">
100 <widget class=
"QLabel" name=
"labelAltGlobalSpeedIcon">
101 <property name=
"text">
106 <item row=
"0" column=
"1">
107 <widget class=
"QLabel" name=
"label_3">
108 <property name=
"text">
109 <string>Upload:
</string>
113 <item row=
"0" column=
"2">
114 <widget class=
"QSlider" name=
"sliderAltUploadLimit">
115 <property name=
"orientation">
116 <enum>Qt::Horizontal
</enum>
120 <item row=
"0" column=
"3">
121 <widget class=
"QSpinBox" name=
"spinAltUploadLimit">
122 <property name=
"specialValueText">
125 <property name=
"suffix">
126 <string> KiB/s
</string>
128 <property name=
"maximum">
129 <number>2000000</number>
131 <property name=
"stepType">
132 <enum>QAbstractSpinBox::AdaptiveDecimalStepType
</enum>
136 <item row=
"1" column=
"1">
137 <widget class=
"QLabel" name=
"label_4">
138 <property name=
"text">
139 <string>Download:
</string>
143 <item row=
"1" column=
"2">
144 <widget class=
"QSlider" name=
"sliderAltDownloadLimit">
145 <property name=
"orientation">
146 <enum>Qt::Horizontal
</enum>
150 <item row=
"1" column=
"3">
151 <widget class=
"QSpinBox" name=
"spinAltDownloadLimit">
152 <property name=
"specialValueText">
155 <property name=
"suffix">
156 <string> KiB/s
</string>
158 <property name=
"maximum">
159 <number>2000000</number>
161 <property name=
"stepType">
162 <enum>QAbstractSpinBox::AdaptiveDecimalStepType
</enum>
170 <spacer name=
"verticalSpacer">
171 <property name=
"orientation">
172 <enum>Qt::Vertical
</enum>
174 <property name=
"sizeHint" stdset=
"0">
183 <widget class=
"QDialogButtonBox" name=
"buttonBox">
184 <property name=
"standardButtons">
185 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>