source: psi/trunk/src/ui_disco.ui@ 21

Last change on this file since 21 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>DiscoUI</class>
3<widget class="QMainWindow">
4 <property name="name">
5 <cstring>DiscoUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>507</width>
12 <height>374</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Service Discovery</string>
17 </property>
18 <property name="dockWindowsMovable">
19 <bool>false</bool>
20 </property>
21 <vbox>
22 <property name="name">
23 <cstring>unnamed</cstring>
24 </property>
25 <widget class="QLayoutWidget">
26 <property name="name">
27 <cstring>layout3</cstring>
28 </property>
29 <hbox>
30 <property name="name">
31 <cstring>unnamed</cstring>
32 </property>
33 <widget class="QLabel">
34 <property name="name">
35 <cstring>textLabel1</cstring>
36 </property>
37 <property name="text">
38 <string>&amp;Address:</string>
39 </property>
40 <property name="buddy" stdset="0">
41 <cstring>cb_address</cstring>
42 </property>
43 </widget>
44 <widget class="QComboBox">
45 <property name="name">
46 <cstring>cb_address</cstring>
47 </property>
48 <property name="sizePolicy">
49 <sizepolicy>
50 <hsizetype>7</hsizetype>
51 <vsizetype>0</vsizetype>
52 <horstretch>0</horstretch>
53 <verstretch>0</verstretch>
54 </sizepolicy>
55 </property>
56 <property name="editable">
57 <bool>true</bool>
58 </property>
59 </widget>
60 <widget class="QLabel">
61 <property name="name">
62 <cstring>lb_node</cstring>
63 </property>
64 <property name="text">
65 <string>&amp;Node:</string>
66 </property>
67 <property name="buddy" stdset="0">
68 <cstring>cb_node</cstring>
69 </property>
70 </widget>
71 <widget class="QComboBox">
72 <property name="name">
73 <cstring>cb_node</cstring>
74 </property>
75 <property name="sizePolicy">
76 <sizepolicy>
77 <hsizetype>5</hsizetype>
78 <vsizetype>0</vsizetype>
79 <horstretch>0</horstretch>
80 <verstretch>0</verstretch>
81 </sizepolicy>
82 </property>
83 <property name="editable">
84 <bool>true</bool>
85 </property>
86 </widget>
87 <widget class="QPushButton">
88 <property name="name">
89 <cstring>pb_browse</cstring>
90 </property>
91 <property name="text">
92 <string>&amp;Browse</string>
93 </property>
94 </widget>
95 </hbox>
96 </widget>
97 <widget class="QListView">
98 <column>
99 <property name="text">
100 <string>Name</string>
101 </property>
102 <property name="clickable">
103 <bool>true</bool>
104 </property>
105 <property name="resizable">
106 <bool>true</bool>
107 </property>
108 </column>
109 <column>
110 <property name="text">
111 <string>JID</string>
112 </property>
113 <property name="clickable">
114 <bool>true</bool>
115 </property>
116 <property name="resizable">
117 <bool>true</bool>
118 </property>
119 </column>
120 <column>
121 <property name="text">
122 <string>Node</string>
123 </property>
124 <property name="clickable">
125 <bool>true</bool>
126 </property>
127 <property name="resizable">
128 <bool>true</bool>
129 </property>
130 </column>
131 <property name="name">
132 <cstring>lv_disco</cstring>
133 </property>
134 </widget>
135 <widget class="QCheckBox">
136 <property name="name">
137 <cstring>ck_autoItems</cstring>
138 </property>
139 <property name="text">
140 <string>Auto-browse into objects</string>
141 </property>
142 <property name="checked">
143 <bool>true</bool>
144 </property>
145 </widget>
146 <widget class="QCheckBox">
147 <property name="name">
148 <cstring>ck_autoInfo</cstring>
149 </property>
150 <property name="text">
151 <string>Automatically get item information</string>
152 </property>
153 </widget>
154 <widget class="Line">
155 <property name="name">
156 <cstring>line3</cstring>
157 </property>
158 <property name="frameShape">
159 <enum>HLine</enum>
160 </property>
161 <property name="frameShadow">
162 <enum>Sunken</enum>
163 </property>
164 <property name="orientation">
165 <enum>Horizontal</enum>
166 </property>
167 </widget>
168 <widget class="QLayoutWidget">
169 <property name="name">
170 <cstring>layout57</cstring>
171 </property>
172 <hbox>
173 <property name="name">
174 <cstring>unnamed</cstring>
175 </property>
176 <widget class="BusyWidget">
177 <property name="name">
178 <cstring>busy</cstring>
179 </property>
180 </widget>
181 <spacer>
182 <property name="name">
183 <cstring>spacer23</cstring>
184 </property>
185 <property name="orientation">
186 <enum>Horizontal</enum>
187 </property>
188 <property name="sizeType">
189 <enum>Expanding</enum>
190 </property>
191 <property name="sizeHint">
192 <size>
193 <width>349</width>
194 <height>20</height>
195 </size>
196 </property>
197 </spacer>
198 <widget class="IconButton">
199 <property name="name">
200 <cstring>pb_close</cstring>
201 </property>
202 <property name="text">
203 <string>&amp;Close</string>
204 </property>
205 </widget>
206 </hbox>
207 </widget>
208 </vbox>
209</widget>
210<toolbars>
211</toolbars>
212<connections>
213 <connection>
214 <sender>pb_close</sender>
215 <signal>clicked()</signal>
216 <receiver>DiscoUI</receiver>
217 <slot>close()</slot>
218 </connection>
219</connections>
220<layoutdefaults spacing="6" margin="11"/>
221<includehints>
222 <includehint>busywidget.h</includehint>
223 <includehint>iconwidget.h</includehint>
224</includehints>
225</UI>
Note: See TracBrowser for help on using the repository browser.