source: psi/trunk/src/ui_profilemanage.ui@ 13

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

Imported original Psi 0.10 sources from Affinix

File size: 6.6 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>ProfileManageUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>ProfileManageUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>330</width>
12 <height>254</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Manage Profiles</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>layout99</cstring>
31 </property>
32 <hbox>
33 <property name="name">
34 <cstring>unnamed</cstring>
35 </property>
36 <widget class="QListBox">
37 <property name="name">
38 <cstring>lbx_profiles</cstring>
39 </property>
40 </widget>
41 <widget class="QLayoutWidget">
42 <property name="name">
43 <cstring>layout98</cstring>
44 </property>
45 <vbox>
46 <property name="name">
47 <cstring>unnamed</cstring>
48 </property>
49 <widget class="IconButton">
50 <property name="name">
51 <cstring>pb_new</cstring>
52 </property>
53 <property name="text">
54 <string>&amp;New</string>
55 </property>
56 <property name="iconName" stdset="0">
57 <string>psi/addContact</string>
58 </property>
59 </widget>
60 <widget class="IconButton">
61 <property name="name">
62 <cstring>pb_rename</cstring>
63 </property>
64 <property name="text">
65 <string>&amp;Rename</string>
66 </property>
67 </widget>
68 <spacer>
69 <property name="name">
70 <cstring>Spacer1</cstring>
71 </property>
72 <property name="orientation">
73 <enum>Vertical</enum>
74 </property>
75 <property name="sizeType">
76 <enum>Expanding</enum>
77 </property>
78 <property name="sizeHint">
79 <size>
80 <width>20</width>
81 <height>48</height>
82 </size>
83 </property>
84 </spacer>
85 <widget class="IconButton">
86 <property name="name">
87 <cstring>pb_delete</cstring>
88 </property>
89 <property name="text">
90 <string>&amp;Delete</string>
91 </property>
92 <property name="iconName" stdset="0">
93 <string>psi/remove</string>
94 </property>
95 </widget>
96 <spacer>
97 <property name="name">
98 <cstring>Spacer3</cstring>
99 </property>
100 <property name="orientation">
101 <enum>Vertical</enum>
102 </property>
103 <property name="sizeType">
104 <enum>Expanding</enum>
105 </property>
106 <property name="sizeHint">
107 <size>
108 <width>20</width>
109 <height>47</height>
110 </size>
111 </property>
112 </spacer>
113 </vbox>
114 </widget>
115 </hbox>
116 </widget>
117 <widget class="Line">
118 <property name="name">
119 <cstring>Line1</cstring>
120 </property>
121 <property name="frameShape">
122 <enum>HLine</enum>
123 </property>
124 <property name="frameShadow">
125 <enum>Sunken</enum>
126 </property>
127 <property name="orientation">
128 <enum>Horizontal</enum>
129 </property>
130 </widget>
131 <widget class="QLayoutWidget">
132 <property name="name">
133 <cstring>layout97</cstring>
134 </property>
135 <hbox>
136 <property name="name">
137 <cstring>unnamed</cstring>
138 </property>
139 <spacer>
140 <property name="name">
141 <cstring>Spacer2</cstring>
142 </property>
143 <property name="orientation">
144 <enum>Horizontal</enum>
145 </property>
146 <property name="sizeType">
147 <enum>Expanding</enum>
148 </property>
149 <property name="sizeHint">
150 <size>
151 <width>244</width>
152 <height>20</height>
153 </size>
154 </property>
155 </spacer>
156 <widget class="IconButton">
157 <property name="name">
158 <cstring>pb_close</cstring>
159 </property>
160 <property name="text">
161 <string>&amp;Close</string>
162 </property>
163 </widget>
164 </hbox>
165 </widget>
166 </vbox>
167</widget>
168<layoutdefaults spacing="6" margin="11"/>
169<includehints>
170 <includehint>iconwidget.h</includehint>
171 <includehint>iconwidget.h</includehint>
172 <includehint>iconwidget.h</includehint>
173 <includehint>iconwidget.h</includehint>
174</includehints>
175</UI>
Note: See TracBrowser for help on using the repository browser.