WebUI: Use Map instead of Mootools Hash in Torrents table
[qBittorrent.git] / src / gui / speedlimitdialog.ui
blob7a2125c9c505ea73022dcc9fa79b5ddc4aaf0e76
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SpeedLimitDialog</class>
4 <widget class="QDialog" name="SpeedLimitDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>481</width>
10 <height>272</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Global Speed Limits</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QGroupBox" name="groupBox">
19 <property name="title">
20 <string>Speed limits</string>
21 </property>
22 <layout class="QGridLayout" name="gridLayout">
23 <item row="0" column="0" rowspan="2">
24 <widget class="QLabel" name="labelGlobalSpeedIcon">
25 <property name="text">
26 <string/>
27 </property>
28 </widget>
29 </item>
30 <item row="0" column="1">
31 <widget class="QLabel" name="label">
32 <property name="text">
33 <string>Upload:</string>
34 </property>
35 </widget>
36 </item>
37 <item row="0" column="2">
38 <widget class="QSlider" name="sliderUploadLimit">
39 <property name="orientation">
40 <enum>Qt::Horizontal</enum>
41 </property>
42 </widget>
43 </item>
44 <item row="0" column="3">
45 <widget class="QSpinBox" name="spinUploadLimit">
46 <property name="specialValueText">
47 <string></string>
48 </property>
49 <property name="suffix">
50 <string> KiB/s</string>
51 </property>
52 <property name="maximum">
53 <number>2000000</number>
54 </property>
55 <property name="stepType">
56 <enum>QAbstractSpinBox::AdaptiveDecimalStepType</enum>
57 </property>
58 </widget>
59 </item>
60 <item row="1" column="1">
61 <widget class="QLabel" name="label_2">
62 <property name="text">
63 <string>Download:</string>
64 </property>
65 </widget>
66 </item>
67 <item row="1" column="2">
68 <widget class="QSlider" name="sliderDownloadLimit">
69 <property name="orientation">
70 <enum>Qt::Horizontal</enum>
71 </property>
72 </widget>
73 </item>
74 <item row="1" column="3">
75 <widget class="QSpinBox" name="spinDownloadLimit">
76 <property name="specialValueText">
77 <string></string>
78 </property>
79 <property name="suffix">
80 <string> KiB/s</string>
81 </property>
82 <property name="maximum">
83 <number>2000000</number>
84 </property>
85 <property name="stepType">
86 <enum>QAbstractSpinBox::AdaptiveDecimalStepType</enum>
87 </property>
88 </widget>
89 </item>
90 </layout>
91 </widget>
92 </item>
93 <item>
94 <widget class="QGroupBox" name="groupBox_2">
95 <property name="title">
96 <string>Alternative speed limits</string>
97 </property>
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">
102 <string/>
103 </property>
104 </widget>
105 </item>
106 <item row="0" column="1">
107 <widget class="QLabel" name="label_3">
108 <property name="text">
109 <string>Upload:</string>
110 </property>
111 </widget>
112 </item>
113 <item row="0" column="2">
114 <widget class="QSlider" name="sliderAltUploadLimit">
115 <property name="orientation">
116 <enum>Qt::Horizontal</enum>
117 </property>
118 </widget>
119 </item>
120 <item row="0" column="3">
121 <widget class="QSpinBox" name="spinAltUploadLimit">
122 <property name="specialValueText">
123 <string></string>
124 </property>
125 <property name="suffix">
126 <string> KiB/s</string>
127 </property>
128 <property name="maximum">
129 <number>2000000</number>
130 </property>
131 <property name="stepType">
132 <enum>QAbstractSpinBox::AdaptiveDecimalStepType</enum>
133 </property>
134 </widget>
135 </item>
136 <item row="1" column="1">
137 <widget class="QLabel" name="label_4">
138 <property name="text">
139 <string>Download:</string>
140 </property>
141 </widget>
142 </item>
143 <item row="1" column="2">
144 <widget class="QSlider" name="sliderAltDownloadLimit">
145 <property name="orientation">
146 <enum>Qt::Horizontal</enum>
147 </property>
148 </widget>
149 </item>
150 <item row="1" column="3">
151 <widget class="QSpinBox" name="spinAltDownloadLimit">
152 <property name="specialValueText">
153 <string></string>
154 </property>
155 <property name="suffix">
156 <string> KiB/s</string>
157 </property>
158 <property name="maximum">
159 <number>2000000</number>
160 </property>
161 <property name="stepType">
162 <enum>QAbstractSpinBox::AdaptiveDecimalStepType</enum>
163 </property>
164 </widget>
165 </item>
166 </layout>
167 </widget>
168 </item>
169 <item>
170 <spacer name="verticalSpacer">
171 <property name="orientation">
172 <enum>Qt::Vertical</enum>
173 </property>
174 <property name="sizeHint" stdset="0">
175 <size>
176 <width>20</width>
177 <height>0</height>
178 </size>
179 </property>
180 </spacer>
181 </item>
182 <item>
183 <widget class="QDialogButtonBox" name="buttonBox">
184 <property name="standardButtons">
185 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
186 </property>
187 </widget>
188 </item>
189 </layout>
190 </widget>
191 <resources/>
192 <connections/>
193 </ui>