Don't overwrite stored layout of main window with incorrect one
[qBittorrent.git] / src / gui / speedlimitdialog.ui
blobe9250793d3e01a41a6327531956f31e6cca41660
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 </widget>
56 </item>
57 <item row="1" column="1">
58 <widget class="QLabel" name="label_2">
59 <property name="text">
60 <string>Download:</string>
61 </property>
62 </widget>
63 </item>
64 <item row="1" column="2">
65 <widget class="QSlider" name="sliderDownloadLimit">
66 <property name="orientation">
67 <enum>Qt::Horizontal</enum>
68 </property>
69 </widget>
70 </item>
71 <item row="1" column="3">
72 <widget class="QSpinBox" name="spinDownloadLimit">
73 <property name="specialValueText">
74 <string></string>
75 </property>
76 <property name="suffix">
77 <string> KiB/s</string>
78 </property>
79 <property name="maximum">
80 <number>2000000</number>
81 </property>
82 </widget>
83 </item>
84 </layout>
85 </widget>
86 </item>
87 <item>
88 <widget class="QGroupBox" name="groupBox_2">
89 <property name="title">
90 <string>Alternative speed limits</string>
91 </property>
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">
96 <string/>
97 </property>
98 </widget>
99 </item>
100 <item row="0" column="1">
101 <widget class="QLabel" name="label_3">
102 <property name="text">
103 <string>Upload:</string>
104 </property>
105 </widget>
106 </item>
107 <item row="0" column="2">
108 <widget class="QSlider" name="sliderAltUploadLimit">
109 <property name="orientation">
110 <enum>Qt::Horizontal</enum>
111 </property>
112 </widget>
113 </item>
114 <item row="0" column="3">
115 <widget class="QSpinBox" name="spinAltUploadLimit">
116 <property name="specialValueText">
117 <string></string>
118 </property>
119 <property name="suffix">
120 <string> KiB/s</string>
121 </property>
122 <property name="maximum">
123 <number>2000000</number>
124 </property>
125 </widget>
126 </item>
127 <item row="1" column="1">
128 <widget class="QLabel" name="label_4">
129 <property name="text">
130 <string>Download:</string>
131 </property>
132 </widget>
133 </item>
134 <item row="1" column="2">
135 <widget class="QSlider" name="sliderAltDownloadLimit">
136 <property name="orientation">
137 <enum>Qt::Horizontal</enum>
138 </property>
139 </widget>
140 </item>
141 <item row="1" column="3">
142 <widget class="QSpinBox" name="spinAltDownloadLimit">
143 <property name="specialValueText">
144 <string></string>
145 </property>
146 <property name="suffix">
147 <string> KiB/s</string>
148 </property>
149 <property name="maximum">
150 <number>2000000</number>
151 </property>
152 </widget>
153 </item>
154 </layout>
155 </widget>
156 </item>
157 <item>
158 <spacer name="verticalSpacer">
159 <property name="orientation">
160 <enum>Qt::Vertical</enum>
161 </property>
162 <property name="sizeHint" stdset="0">
163 <size>
164 <width>20</width>
165 <height>0</height>
166 </size>
167 </property>
168 </spacer>
169 </item>
170 <item>
171 <widget class="QDialogButtonBox" name="buttonBox">
172 <property name="standardButtons">
173 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
174 </property>
175 </widget>
176 </item>
177 </layout>
178 </widget>
179 <resources/>
180 <connections/>
181 </ui>