source: psi/trunk/src/ui_accountremove.ui@ 139

Last change on this file since 139 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>AccountRemoveUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>AccountRemoveUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>429</width>
12 <height>173</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Remove Account</string>
17 </property>
18 <vbox>
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="QGroupBox">
29 <property name="name">
30 <cstring>gb_account</cstring>
31 </property>
32 <property name="title">
33 <string>Remove Account</string>
34 </property>
35 <vbox>
36 <property name="name">
37 <cstring>unnamed</cstring>
38 </property>
39 <property name="margin">
40 <number>11</number>
41 </property>
42 <property name="spacing">
43 <number>6</number>
44 </property>
45 <widget class="QRadioButton">
46 <property name="name">
47 <cstring>rb_remove</cstring>
48 </property>
49 <property name="text">
50 <string>Remove account from Psi only.</string>
51 </property>
52 </widget>
53 <widget class="QRadioButton">
54 <property name="name">
55 <cstring>rb_removeAndUnreg</cstring>
56 </property>
57 <property name="text">
58 <string>Remove account and try to unregister it from the server.</string>
59 </property>
60 </widget>
61 <widget class="QLayoutWidget">
62 <property name="name">
63 <cstring>Layout3</cstring>
64 </property>
65 <hbox>
66 <property name="name">
67 <cstring>unnamed</cstring>
68 </property>
69 <property name="margin">
70 <number>0</number>
71 </property>
72 <property name="spacing">
73 <number>6</number>
74 </property>
75 <widget class="QLabel">
76 <property name="name">
77 <cstring>lb_pass</cstring>
78 </property>
79 <property name="text">
80 <string>Password:</string>
81 </property>
82 </widget>
83 <widget class="QLineEdit">
84 <property name="name">
85 <cstring>le_pass</cstring>
86 </property>
87 <property name="maximumSize">
88 <size>
89 <width>100</width>
90 <height>32767</height>
91 </size>
92 </property>
93 <property name="echoMode">
94 <enum>Password</enum>
95 </property>
96 </widget>
97 <spacer>
98 <property name="name">
99 <cstring>Spacer2</cstring>
100 </property>
101 <property name="orientation">
102 <enum>Horizontal</enum>
103 </property>
104 <property name="sizeType">
105 <enum>Expanding</enum>
106 </property>
107 <property name="sizeHint">
108 <size>
109 <width>30</width>
110 <height>0</height>
111 </size>
112 </property>
113 </spacer>
114 </hbox>
115 </widget>
116 </vbox>
117 </widget>
118 <spacer>
119 <property name="name">
120 <cstring>Spacer3</cstring>
121 </property>
122 <property name="orientation">
123 <enum>Vertical</enum>
124 </property>
125 <property name="sizeType">
126 <enum>Expanding</enum>
127 </property>
128 <property name="sizeHint">
129 <size>
130 <width>16</width>
131 <height>16</height>
132 </size>
133 </property>
134 </spacer>
135 <widget class="QLayoutWidget">
136 <property name="name">
137 <cstring>layout35</cstring>
138 </property>
139 <hbox>
140 <property name="name">
141 <cstring>unnamed</cstring>
142 </property>
143 <widget class="BusyWidget">
144 <property name="name">
145 <cstring>busy</cstring>
146 </property>
147 </widget>
148 <spacer>
149 <property name="name">
150 <cstring>Spacer16</cstring>
151 </property>
152 <property name="orientation">
153 <enum>Horizontal</enum>
154 </property>
155 <property name="sizeType">
156 <enum>Expanding</enum>
157 </property>
158 <property name="sizeHint">
159 <size>
160 <width>179</width>
161 <height>16</height>
162 </size>
163 </property>
164 </spacer>
165 <widget class="QLayoutWidget">
166 <property name="name">
167 <cstring>layout34</cstring>
168 </property>
169 <hbox>
170 <property name="name">
171 <cstring>unnamed</cstring>
172 </property>
173 <widget class="IconButton">
174 <property name="name">
175 <cstring>pb_close</cstring>
176 </property>
177 <property name="text">
178 <string>&amp;Close</string>
179 </property>
180 </widget>
181 <widget class="IconButton">
182 <property name="name">
183 <cstring>pb_remove</cstring>
184 </property>
185 <property name="text">
186 <string>&amp;Remove</string>
187 </property>
188 <property name="iconName" stdset="0">
189 <string>psi/remove</string>
190 </property>
191 </widget>
192 </hbox>
193 </widget>
194 </hbox>
195 </widget>
196 </vbox>
197</widget>
198<layoutdefaults spacing="6" margin="11"/>
199<includehints>
200 <includehint>busywidget.h</includehint>
201 <includehint>iconwidget.h</includehint>
202 <includehint>iconwidget.h</includehint>
203</includehints>
204</UI>
Note: See TracBrowser for help on using the repository browser.