source: psi/trunk/src/ui_profilenew.ui@ 130

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

Imported original Psi 0.10 sources from Affinix

File size: 9.8 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>ProfileNewUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>ProfileNewUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>459</width>
12 <height>311</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>New Profile</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="PsiTextView">
29 <property name="name">
30 <cstring>te_desc</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>Keep your&lt;i&gt; Profile Name&lt;/i&gt; simple. It should be a single word comprised of only letters or numbers.&lt;br&gt;
54&lt;br&gt;
55The&lt;i&gt; Default Action&lt;/i&gt; is what happens when you double click a contact in your list. The choices are&lt;b&gt; Message&lt;/b&gt; (ICQ style) and&lt;b&gt; Chat&lt;/b&gt; (AIM style). You can change this later from the Options menu.&lt;br&gt;
56&lt;br&gt;
57Check the &lt;i&gt;Enable Emoticons&lt;/i&gt; checkbox if you'd like text such as &lt;b&gt;:-)&lt;/b&gt; to be turned into graphics like &lt;icon name="psi/smile"&gt;.</string>
58 </property>
59 <property name="readOnly">
60 <bool>true</bool>
61 </property>
62 </widget>
63 <widget class="QLayoutWidget">
64 <property name="name">
65 <cstring>layout104</cstring>
66 </property>
67 <vbox>
68 <property name="name">
69 <cstring>unnamed</cstring>
70 </property>
71 <widget class="QLayoutWidget">
72 <property name="name">
73 <cstring>Layout1</cstring>
74 </property>
75 <hbox>
76 <property name="name">
77 <cstring>unnamed</cstring>
78 </property>
79 <property name="margin">
80 <number>0</number>
81 </property>
82 <property name="spacing">
83 <number>6</number>
84 </property>
85 <widget class="QLabel">
86 <property name="name">
87 <cstring>TextLabel1</cstring>
88 </property>
89 <property name="text">
90 <string>Profile Name:</string>
91 </property>
92 </widget>
93 <widget class="QLineEdit">
94 <property name="name">
95 <cstring>le_name</cstring>
96 </property>
97 </widget>
98 </hbox>
99 </widget>
100 <widget class="QButtonGroup">
101 <property name="name">
102 <cstring>bg_defAct</cstring>
103 </property>
104 <property name="title">
105 <string>Default Action</string>
106 </property>
107 <hbox>
108 <property name="name">
109 <cstring>unnamed</cstring>
110 </property>
111 <property name="margin">
112 <number>11</number>
113 </property>
114 <property name="spacing">
115 <number>6</number>
116 </property>
117 <widget class="QRadioButton">
118 <property name="name">
119 <cstring>rb_message</cstring>
120 </property>
121 <property name="text">
122 <string>Message</string>
123 </property>
124 </widget>
125 <widget class="QRadioButton">
126 <property name="name">
127 <cstring>rb_chat</cstring>
128 </property>
129 <property name="text">
130 <string>Chat</string>
131 </property>
132 </widget>
133 </hbox>
134 </widget>
135 <widget class="QCheckBox">
136 <property name="name">
137 <cstring>ck_useEmoticons</cstring>
138 </property>
139 <property name="text">
140 <string>Enable Emoticons</string>
141 </property>
142 </widget>
143 <spacer>
144 <property name="name">
145 <cstring>Spacer1</cstring>
146 </property>
147 <property name="orientation">
148 <enum>Vertical</enum>
149 </property>
150 <property name="sizeType">
151 <enum>Expanding</enum>
152 </property>
153 <property name="sizeHint">
154 <size>
155 <width>20</width>
156 <height>131</height>
157 </size>
158 </property>
159 </spacer>
160 <widget class="Line">
161 <property name="name">
162 <cstring>Line1</cstring>
163 </property>
164 <property name="frameShape">
165 <enum>HLine</enum>
166 </property>
167 <property name="frameShadow">
168 <enum>Sunken</enum>
169 </property>
170 <property name="orientation">
171 <enum>Horizontal</enum>
172 </property>
173 </widget>
174 <widget class="QLayoutWidget">
175 <property name="name">
176 <cstring>layout103</cstring>
177 </property>
178 <hbox>
179 <property name="name">
180 <cstring>unnamed</cstring>
181 </property>
182 <spacer>
183 <property name="name">
184 <cstring>Spacer2</cstring>
185 </property>
186 <property name="orientation">
187 <enum>Horizontal</enum>
188 </property>
189 <property name="sizeType">
190 <enum>Expanding</enum>
191 </property>
192 <property name="sizeHint">
193 <size>
194 <width>95</width>
195 <height>20</height>
196 </size>
197 </property>
198 </spacer>
199 <widget class="IconButton">
200 <property name="name">
201 <cstring>pb_close</cstring>
202 </property>
203 <property name="text">
204 <string>&amp;Close</string>
205 </property>
206 </widget>
207 <widget class="IconButton">
208 <property name="name">
209 <cstring>pb_create</cstring>
210 </property>
211 <property name="text">
212 <string>&amp;Create</string>
213 </property>
214 <property name="accel">
215 <string>Alt+C</string>
216 </property>
217 <property name="autoDefault">
218 <bool>false</bool>
219 </property>
220 <property name="default">
221 <bool>true</bool>
222 </property>
223 <property name="iconName" stdset="0">
224 <string>psi/addContact</string>
225 </property>
226 </widget>
227 </hbox>
228 </widget>
229 </vbox>
230 </widget>
231 </hbox>
232</widget>
233<customwidgets>
234</customwidgets>
235<tabstops>
236 <tabstop>le_name</tabstop>
237 <tabstop>rb_message</tabstop>
238 <tabstop>rb_chat</tabstop>
239 <tabstop>ck_useEmoticons</tabstop>
240 <tabstop>te_desc</tabstop>
241</tabstops>
242<layoutdefaults spacing="6" margin="11"/>
243<includehints>
244 <includehint>iconwidget.h</includehint>
245 <includehint>iconwidget.h</includehint>
246</includehints>
247</UI>
Note: See TracBrowser for help on using the repository browser.