source: psi/trunk/src/ui_accountadd.ui@ 54

Last change on this file since 54 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 7.7 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>AccountAddUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>AccountAddUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>465</width>
12 <height>252</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Add Account</string>
17 </property>
18 <hbox>
19 <property name="name">
20 <cstring>unnamed</cstring>
21 </property>
22 <property name="margin">
23 <number>11</number>
24 </property>
25 <property name="spacing">
26 <number>6</number>
27 </property>
28 <widget class="QTextEdit">
29 <property name="name">
30 <cstring>TextEdit1</cstring>
31 </property>
32 <property name="sizePolicy">
33 <sizepolicy>
34 <hsizetype>0</hsizetype>
35 <vsizetype>7</vsizetype>
36 <horstretch>0</horstretch>
37 <verstretch>0</verstretch>
38 </sizepolicy>
39 </property>
40 <property name="minimumSize">
41 <size>
42 <width>200</width>
43 <height>0</height>
44 </size>
45 </property>
46 <property name="maximumSize">
47 <size>
48 <width>200</width>
49 <height>32767</height>
50 </size>
51 </property>
52 <property name="text">
53 <string>&lt;qt&gt;Please choose a friendly &lt;b&gt;Name&lt;/b&gt; that Psi can use to refer to this account.&lt;br&gt;
54&lt;br&gt;
55Click the &lt;b&gt;Register New Account&lt;/b&gt; checkbox if you want Psi to try and create an account for you on a remote server. If you are adding an existing Jabber account then leave this box unchecked.</string>
56 </property>
57 <property name="readOnly">
58 <bool>true</bool>
59 </property>
60 </widget>
61 <widget class="QLayoutWidget">
62 <property name="name">
63 <cstring>layout7</cstring>
64 </property>
65 <vbox>
66 <property name="name">
67 <cstring>unnamed</cstring>
68 </property>
69 <widget class="QLayoutWidget">
70 <property name="name">
71 <cstring>Layout21</cstring>
72 </property>
73 <hbox>
74 <property name="name">
75 <cstring>unnamed</cstring>
76 </property>
77 <property name="margin">
78 <number>0</number>
79 </property>
80 <property name="spacing">
81 <number>6</number>
82 </property>
83 <widget class="QLabel">
84 <property name="name">
85 <cstring>TextLabel1</cstring>
86 </property>
87 <property name="text">
88 <string>Name:</string>
89 </property>
90 </widget>
91 <widget class="QLineEdit">
92 <property name="name">
93 <cstring>le_name</cstring>
94 </property>
95 </widget>
96 </hbox>
97 </widget>
98 <widget class="QCheckBox">
99 <property name="name">
100 <cstring>ck_reg</cstring>
101 </property>
102 <property name="text">
103 <string>Register new account</string>
104 </property>
105 </widget>
106 <spacer>
107 <property name="name">
108 <cstring>Spacer20</cstring>
109 </property>
110 <property name="orientation">
111 <enum>Vertical</enum>
112 </property>
113 <property name="sizeType">
114 <enum>Expanding</enum>
115 </property>
116 <property name="sizeHint">
117 <size>
118 <width>20</width>
119 <height>130</height>
120 </size>
121 </property>
122 </spacer>
123 <widget class="Line">
124 <property name="name">
125 <cstring>Line3</cstring>
126 </property>
127 <property name="frameShape">
128 <enum>HLine</enum>
129 </property>
130 <property name="frameShadow">
131 <enum>Sunken</enum>
132 </property>
133 <property name="orientation">
134 <enum>Horizontal</enum>
135 </property>
136 </widget>
137 <widget class="QLayoutWidget">
138 <property name="name">
139 <cstring>layout6</cstring>
140 </property>
141 <hbox>
142 <property name="name">
143 <cstring>unnamed</cstring>
144 </property>
145 <spacer>
146 <property name="name">
147 <cstring>Spacer19</cstring>
148 </property>
149 <property name="orientation">
150 <enum>Horizontal</enum>
151 </property>
152 <property name="sizeType">
153 <enum>Expanding</enum>
154 </property>
155 <property name="sizeHint">
156 <size>
157 <width>118</width>
158 <height>20</height>
159 </size>
160 </property>
161 </spacer>
162 <widget class="IconButton">
163 <property name="name">
164 <cstring>pb_close</cstring>
165 </property>
166 <property name="text">
167 <string>&amp;Close</string>
168 </property>
169 </widget>
170 <widget class="IconButton">
171 <property name="name">
172 <cstring>pb_add</cstring>
173 </property>
174 <property name="text">
175 <string>&amp;Add</string>
176 </property>
177 <property name="accel">
178 <string>Alt+A</string>
179 </property>
180 <property name="default">
181 <bool>true</bool>
182 </property>
183 <property name="iconName" stdset="0">
184 <string>psi/addContact</string>
185 </property>
186 </widget>
187 </hbox>
188 </widget>
189 </vbox>
190 </widget>
191 </hbox>
192</widget>
193<customwidgets>
194</customwidgets>
195<layoutdefaults spacing="6" margin="11"/>
196<includehints>
197 <includehint>iconwidget.h</includehint>
198 <includehint>iconwidget.h</includehint>
199</includehints>
200</UI>
Note: See TracBrowser for help on using the repository browser.