Fix UI
[kdenetwork.git] / kget / dlglimitsbase.ui
blobfaf2309f6ea1ecaaaa38ea17f256314e59a23ed4
1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2 <class>DlgLimitsBase</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>DlgLimitsBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>568</width>
12             <height>141</height>
13         </rect>
14     </property>
15     <vbox>
16         <property name="name">
17             <cstring>unnamed</cstring>
18         </property>
19         <property name="margin">
20             <number>0</number>
21         </property>
22         <widget class="QGroupBox">
23             <property name="name">
24                 <cstring>gb_limits</cstring>
25             </property>
26             <property name="title">
27                 <string>Limits Options</string>
28             </property>
29             <grid>
30                 <property name="name">
31                     <cstring>unnamed</cstring>
32                 </property>
33                 <widget class="QLabel" row="0" column="0" rowspan="2" colspan="1">
34                     <property name="name">
35                         <cstring>lbl_maxnum</cstring>
36                     </property>
37                     <property name="text">
38                         <string>Maximum open connections:</string>
39                     </property>
40                 </widget>
41                 <widget class="QLabel" row="2" column="0">
42                     <property name="name">
43                         <cstring>lb_minband</cstring>
44                     </property>
45                     <property name="text">
46                         <string>Minimum network bandwidth:</string>
47                     </property>
48                 </widget>
49                 <widget class="QLabel" row="3" column="0">
50                     <property name="name">
51                         <cstring>lb_maxband</cstring>
52                     </property>
53                     <property name="text">
54                         <string>Maximum network bandwidth:</string>
55                     </property>
56                 </widget>
57                 <widget class="KIntSpinBox" row="0" column="2">
58                     <property name="name">
59                         <cstring>le_maxnum</cstring>
60                     </property>
61                     <property name="minValue">
62                         <number>1</number>
63                     </property>
64                 </widget>
65                 <widget class="KIntSpinBox" row="1" column="2" rowspan="2" colspan="1">
66                     <property name="name">
67                         <cstring>le_minband</cstring>
68                     </property>
69                     <property name="suffix">
70                         <string> bytes/sec</string>
71                     </property>
72                     <property name="maxValue">
73                         <number>100000</number>
74                     </property>
75                     <property name="minValue">
76                         <number>100</number>
77                     </property>
78                     <property name="lineStep">
79                         <number>100</number>
80                     </property>
81                 </widget>
82                 <widget class="KIntSpinBox" row="3" column="2">
83                     <property name="name">
84                         <cstring>le_maxband</cstring>
85                     </property>
86                     <property name="suffix">
87                         <string> bytes/sec</string>
88                     </property>
89                     <property name="maxValue">
90                         <number>100000</number>
91                     </property>
92                     <property name="minValue">
93                         <number>100</number>
94                     </property>
95                     <property name="lineStep">
96                         <number>100</number>
97                     </property>
98                 </widget>
99                 <spacer row="0" column="1">
100                     <property name="name">
101                         <cstring>spacer19</cstring>
102                     </property>
103                     <property name="orientation">
104                         <enum>Horizontal</enum>
105                     </property>
106                     <property name="sizeType">
107                         <enum>Expanding</enum>
108                     </property>
109                     <property name="sizeHint">
110                         <size>
111                             <width>40</width>
112                             <height>20</height>
113                         </size>
114                     </property>
115                 </spacer>
116                 <spacer row="2" column="1">
117                     <property name="name">
118                         <cstring>spacer20</cstring>
119                     </property>
120                     <property name="orientation">
121                         <enum>Horizontal</enum>
122                     </property>
123                     <property name="sizeType">
124                         <enum>Expanding</enum>
125                     </property>
126                     <property name="sizeHint">
127                         <size>
128                             <width>40</width>
129                             <height>20</height>
130                         </size>
131                     </property>
132                 </spacer>
133                 <spacer row="3" column="1">
134                     <property name="name">
135                         <cstring>spacer21</cstring>
136                     </property>
137                     <property name="orientation">
138                         <enum>Horizontal</enum>
139                     </property>
140                     <property name="sizeType">
141                         <enum>Expanding</enum>
142                     </property>
143                     <property name="sizeHint">
144                         <size>
145                             <width>40</width>
146                             <height>20</height>
147                         </size>
148                     </property>
149                 </spacer>
150             </grid>
151         </widget>
152     </vbox>
153 </widget>
154 <customwidgets>
155 </customwidgets>
156 <connections>
157     <connection>
158         <sender>le_maxband</sender>
159         <signal>valueChanged(int)</signal>
160         <receiver>DlgLimitsBase</receiver>
161         <slot>slotChanged()</slot>
162     </connection>
163     <connection>
164         <sender>le_maxnum</sender>
165         <signal>valueChanged(int)</signal>
166         <receiver>DlgLimitsBase</receiver>
167         <slot>slotChanged()</slot>
168     </connection>
169     <connection>
170         <sender>le_minband</sender>
171         <signal>valueChanged(int)</signal>
172         <receiver>DlgLimitsBase</receiver>
173         <slot>slotChanged()</slot>
174     </connection>
175 </connections>
176 <includes>
177     <include location="global" impldecl="in implementation">kdialog.h</include>
178 </includes>
179 <slots>
180     <slot access="protected" specifier="pure virtual">slotChanged()</slot>
181 </slots>
182 <layoutdefaults spacing="6" margin="11"/>
183 <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
184 <includehints>
185     <includehint>knuminput.h</includehint>
186     <includehint>knuminput.h</includehint>
187     <includehint>knuminput.h</includehint>
188 </includehints>
189 </UI>