source: psi/trunk/src/ui_accountmanage.ui@ 19

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

Imported original Psi 0.10 sources from Affinix

File size: 7.5 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>AccountManageUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>AccountManageUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>481</width>
12 <height>282</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Jabber Accounts</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="QLayoutWidget">
29 <property name="name">
30 <cstring>layout14</cstring>
31 </property>
32 <hbox>
33 <property name="name">
34 <cstring>unnamed</cstring>
35 </property>
36 <widget class="QListView">
37 <column>
38 <property name="text">
39 <string>Name</string>
40 </property>
41 <property name="clickable">
42 <bool>true</bool>
43 </property>
44 <property name="resizable">
45 <bool>true</bool>
46 </property>
47 </column>
48 <column>
49 <property name="text">
50 <string>Server</string>
51 </property>
52 <property name="clickable">
53 <bool>true</bool>
54 </property>
55 <property name="resizable">
56 <bool>true</bool>
57 </property>
58 </column>
59 <column>
60 <property name="text">
61 <string>Status</string>
62 </property>
63 <property name="clickable">
64 <bool>true</bool>
65 </property>
66 <property name="resizable">
67 <bool>true</bool>
68 </property>
69 </column>
70 <property name="name">
71 <cstring>lv_accs</cstring>
72 </property>
73 </widget>
74 <widget class="QLayoutWidget">
75 <property name="name">
76 <cstring>layout13</cstring>
77 </property>
78 <vbox>
79 <property name="name">
80 <cstring>unnamed</cstring>
81 </property>
82 <widget class="IconButton">
83 <property name="name">
84 <cstring>pb_add</cstring>
85 </property>
86 <property name="text">
87 <string>&amp;Add</string>
88 </property>
89 <property name="iconName" stdset="0">
90 <string>psi/addContact</string>
91 </property>
92 </widget>
93 <widget class="IconButton">
94 <property name="name">
95 <cstring>pb_modify</cstring>
96 </property>
97 <property name="text">
98 <string>&amp;Modify</string>
99 </property>
100 </widget>
101 <widget class="IconButton">
102 <property name="name">
103 <cstring>pb_remove</cstring>
104 </property>
105 <property name="text">
106 <string>Rem&amp;ove</string>
107 </property>
108 <property name="iconName" stdset="0">
109 <string>psi/remove</string>
110 </property>
111 </widget>
112 <spacer>
113 <property name="name">
114 <cstring>Spacer12</cstring>
115 </property>
116 <property name="orientation">
117 <enum>Vertical</enum>
118 </property>
119 <property name="sizeType">
120 <enum>Expanding</enum>
121 </property>
122 <property name="sizeHint">
123 <size>
124 <width>20</width>
125 <height>127</height>
126 </size>
127 </property>
128 </spacer>
129 </vbox>
130 </widget>
131 </hbox>
132 </widget>
133 <widget class="Line">
134 <property name="name">
135 <cstring>Line1</cstring>
136 </property>
137 <property name="frameShape">
138 <enum>HLine</enum>
139 </property>
140 <property name="frameShadow">
141 <enum>Sunken</enum>
142 </property>
143 <property name="orientation">
144 <enum>Horizontal</enum>
145 </property>
146 </widget>
147 <widget class="QLayoutWidget">
148 <property name="name">
149 <cstring>layout12</cstring>
150 </property>
151 <hbox>
152 <property name="name">
153 <cstring>unnamed</cstring>
154 </property>
155 <spacer>
156 <property name="name">
157 <cstring>Spacer11</cstring>
158 </property>
159 <property name="orientation">
160 <enum>Horizontal</enum>
161 </property>
162 <property name="sizeType">
163 <enum>Expanding</enum>
164 </property>
165 <property name="sizeHint">
166 <size>
167 <width>395</width>
168 <height>20</height>
169 </size>
170 </property>
171 </spacer>
172 <widget class="IconButton">
173 <property name="name">
174 <cstring>pb_close</cstring>
175 </property>
176 <property name="text">
177 <string>&amp;Close</string>
178 </property>
179 <property name="accel">
180 <string>Alt+C</string>
181 </property>
182 <property name="default">
183 <bool>true</bool>
184 </property>
185 </widget>
186 </hbox>
187 </widget>
188 </vbox>
189</widget>
190<customwidgets>
191</customwidgets>
192<layoutdefaults spacing="6" margin="11"/>
193<includehints>
194 <includehint>iconwidget.h</includehint>
195 <includehint>iconwidget.h</includehint>
196 <includehint>iconwidget.h</includehint>
197 <includehint>iconwidget.h</includehint>
198</includehints>
199</UI>
Note: See TracBrowser for help on using the repository browser.