make zooming more smooth (zooming on background)
[makneto-zunavac1.git] / src / ui-kde / prefs_base.ui
blob0633da8f360d64de2eae101ee3df0c96d26d1033
1 <ui version="4.0" >
2  <class>Account</class>
3  <widget class="QWidget" name="Account" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>506</width>
9     <height>411</height>
10    </rect>
11   </property>
12   <property name="minimumSize" >
13    <size>
14     <width>506</width>
15     <height>411</height>
16    </size>
17   </property>
18   <layout class="QGridLayout" name="verticalLayout" >
19    <item row="0" column="0" >
20     <widget class="QTabWidget" name="tabWidget" >
21      <property name="enabled" >
22       <bool>true</bool>
23      </property>
24      <property name="currentIndex" >
25       <number>0</number>
26      </property>
27      <widget class="QWidget" name="tab" >
28       <property name="geometry" >
29        <rect>
30         <x>0</x>
31         <y>0</y>
32         <width>486</width>
33         <height>363</height>
34        </rect>
35       </property>
36       <attribute name="title" >
37        <string>Network</string>
38       </attribute>
39       <widget class="QGroupBox" name="groupBox" >
40        <property name="geometry" >
41         <rect>
42          <x>10</x>
43          <y>10</y>
44          <width>461</width>
45          <height>159</height>
46         </rect>
47        </property>
48        <property name="title" >
49         <string>Account</string>
50        </property>
51        <widget class="QWidget" name="layoutWidget1" >
52         <property name="geometry" >
53          <rect>
54           <x>20</x>
55           <y>30</y>
56           <width>431</width>
57           <height>101</height>
58          </rect>
59         </property>
60         <layout class="QVBoxLayout" >
61          <item>
62           <layout class="QHBoxLayout" >
63            <item>
64             <widget class="QLabel" name="label" >
65              <property name="text" >
66               <string>Jabber ID:</string>
67              </property>
68             </widget>
69            </item>
70            <item>
71             <widget class="QLineEdit" name="kcfg_jabberID" />
72            </item>
73           </layout>
74          </item>
75          <item>
76           <layout class="QHBoxLayout" >
77            <item>
78             <widget class="QLabel" name="label_2" >
79              <property name="text" >
80               <string>Password:</string>
81              </property>
82             </widget>
83            </item>
84            <item>
85             <widget class="QLineEdit" name="kcfg_jabberPassword" >
86              <property name="echoMode" >
87               <enum>QLineEdit::Password</enum>
88              </property>
89             </widget>
90            </item>
91           </layout>
92          </item>
93          <item>
94           <widget class="QCheckBox" name="kcfg_storePassword" >
95            <property name="enabled" >
96             <bool>false</bool>
97            </property>
98            <property name="text" >
99             <string>Store password</string>
100            </property>
101           </widget>
102          </item>
103         </layout>
104        </widget>
105       </widget>
106       <widget class="QGroupBox" name="groupBox_2" >
107        <property name="enabled" >
108         <bool>false</bool>
109        </property>
110        <property name="geometry" >
111         <rect>
112          <x>10</x>
113          <y>180</y>
114          <width>461</width>
115          <height>81</height>
116         </rect>
117        </property>
118        <property name="title" >
119         <string>Network registration</string>
120        </property>
121        <widget class="QPushButton" name="pushButton" >
122         <property name="geometry" >
123          <rect>
124           <x>10</x>
125           <y>40</y>
126           <width>116</width>
127           <height>30</height>
128          </rect>
129         </property>
130         <property name="text" >
131          <string>Create account</string>
132         </property>
133        </widget>
134       </widget>
135      </widget>
136      <widget class="QWidget" name="tab_2" >
137       <property name="enabled" >
138        <bool>true</bool>
139       </property>
140       <property name="geometry" >
141        <rect>
142         <x>0</x>
143         <y>0</y>
144         <width>486</width>
145         <height>363</height>
146        </rect>
147       </property>
148       <attribute name="title" >
149        <string>Connection</string>
150       </attribute>
151       <widget class="QGroupBox" name="groupBox_3" >
152        <property name="enabled" >
153         <bool>true</bool>
154        </property>
155        <property name="geometry" >
156         <rect>
157          <x>10</x>
158          <y>10</y>
159          <width>461</width>
160          <height>181</height>
161         </rect>
162        </property>
163        <property name="title" >
164         <string>Connection Settings</string>
165        </property>
166        <widget class="QWidget" name="layoutWidget2" >
167         <property name="geometry" >
168          <rect>
169           <x>20</x>
170           <y>30</y>
171           <width>421</width>
172           <height>120</height>
173          </rect>
174         </property>
175         <layout class="QVBoxLayout" >
176          <item>
177           <widget class="QLabel" name="label_3" >
178            <property name="text" >
179             <string>Manual host settings</string>
180            </property>
181           </widget>
182          </item>
183          <item>
184           <layout class="QHBoxLayout" >
185            <item>
186             <widget class="QLabel" name="label_4" >
187              <property name="text" >
188               <string>Host:</string>
189              </property>
190             </widget>
191            </item>
192            <item>
193             <widget class="QLineEdit" name="kcfg_jabberHost" />
194            </item>
195            <item>
196             <widget class="QLabel" name="label_5" >
197              <property name="text" >
198               <string>Port:</string>
199              </property>
200             </widget>
201            </item>
202            <item>
203             <widget class="QLineEdit" name="kcfg_jabberPort" >
204              <property name="maximumSize" >
205               <size>
206                <width>100</width>
207                <height>16777215</height>
208               </size>
209              </property>
210             </widget>
211            </item>
212           </layout>
213          </item>
214          <item>
215           <widget class="QLabel" name="label_6" >
216            <property name="text" >
217             <string>File transfer proxy</string>
218            </property>
219           </widget>
220          </item>
221          <item>
222           <layout class="QHBoxLayout" >
223            <item>
224             <widget class="QLabel" name="label_7" >
225              <property name="text" >
226               <string>JID:</string>
227              </property>
228             </widget>
229            </item>
230            <item>
231             <widget class="QLineEdit" name="kcfg_jabberFileTransferJID" />
232            </item>
233           </layout>
234          </item>
235         </layout>
236        </widget>
237       </widget>
238       <widget class="QGroupBox" name="groupBox_4" >
239        <property name="enabled" >
240         <bool>true</bool>
241        </property>
242        <property name="geometry" >
243         <rect>
244          <x>10</x>
245          <y>210</y>
246          <width>461</width>
247          <height>131</height>
248         </rect>
249        </property>
250        <property name="title" >
251         <string>Security</string>
252        </property>
253        <widget class="QWidget" name="layoutWidget3" >
254         <property name="geometry" >
255          <rect>
256           <x>10</x>
257           <y>30</y>
258           <width>156</width>
259           <height>79</height>
260          </rect>
261         </property>
262         <layout class="QVBoxLayout" >
263          <item>
264           <widget class="QCheckBox" name="kcfg_allowPlain" >
265            <property name="text" >
266             <string>Allow plaintext login</string>
267            </property>
268            <property name="checked" >
269             <bool>true</bool>
270            </property>
271           </widget>
272          </item>
273          <item>
274           <widget class="QCheckBox" name="kcfg_useSSL" >
275            <property name="text" >
276             <string>Use SSL encryption</string>
277            </property>
278           </widget>
279          </item>
280          <item>
281           <widget class="QCheckBox" name="kcfg_noSSLWarn" >
282            <property name="text" >
283             <string>No SSL warnings</string>
284            </property>
285           </widget>
286          </item>
287         </layout>
288        </widget>
289       </widget>
290      </widget>
291     </widget>
292    </item>
293   </layout>
294  </widget>
295  <layoutdefault spacing="6" margin="11" />
296  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
297  <includes>
298   <include location="local" >kcolorbutton.h</include>
299  </includes>
300  <resources/>
301  <connections/>
302 </ui>