1<ui version="4.0" >
2 <author></author>
3 <comment></comment>
4 <exportmacro></exportmacro>
5 <class>Disco</class>
6 <widget class="QWidget" name="Disco" >
7  <property name="geometry" >
8   <rect>
9    <x>0</x>
10    <y>0</y>
11    <width>523</width>
12    <height>404</height>
13   </rect>
14  </property>
15  <property name="windowTitle" >
16   <string>Service Discovery</string>
17  </property>
18  <layout class="QVBoxLayout" >
19   <property name="margin" >
20    <number>0</number>
21   </property>
22   <property name="spacing" >
23    <number>0</number>
24   </property>
25   <item>
26    <widget class="QLabel" name="toolBarPlaceholder" >
27     <property name="text" >
28      <string comment="Don't translate this string" >ToolBar will be placed here</string>
29     </property>
30    </widget>
31   </item>
32   <item>
33    <layout class="QVBoxLayout" >
34     <property name="margin" >
35      <number>11</number>
36     </property>
37     <property name="spacing" >
38      <number>6</number>
39     </property>
40     <item>
41      <layout class="QHBoxLayout" >
42       <property name="margin" >
43        <number>0</number>
44       </property>
45       <property name="spacing" >
46        <number>6</number>
47       </property>
48       <item>
49        <widget class="QLabel" name="textLabel1" >
50         <property name="text" >
51          <string>&amp;Address:</string>
52         </property>
53         <property name="buddy" >
54          <cstring>cb_address</cstring>
55         </property>
56        </widget>
57       </item>
58       <item>
59        <widget class="QComboBox" name="cb_address" >
60         <property name="sizePolicy" >
61          <sizepolicy>
62           <hsizetype>7</hsizetype>
63           <vsizetype>0</vsizetype>
64           <horstretch>2</horstretch>
65           <verstretch>0</verstretch>
66          </sizepolicy>
67         </property>
68         <property name="editable" >
69          <bool>true</bool>
70         </property>
71        </widget>
72       </item>
73       <item>
74        <widget class="QLabel" name="lb_node" >
75         <property name="text" >
76          <string>&amp;Node:</string>
77         </property>
78         <property name="buddy" >
79          <cstring>cb_node</cstring>
80         </property>
81        </widget>
82       </item>
83       <item>
84        <widget class="QComboBox" name="cb_node" >
85         <property name="sizePolicy" >
86          <sizepolicy>
87           <hsizetype>7</hsizetype>
88           <vsizetype>0</vsizetype>
89           <horstretch>1</horstretch>
90           <verstretch>0</verstretch>
91          </sizepolicy>
92         </property>
93         <property name="minimumSize" >
94          <size>
95           <width>0</width>
96           <height>0</height>
97          </size>
98         </property>
99         <property name="maximumSize" >
100          <size>
101           <width>16777215</width>
102           <height>16777215</height>
103          </size>
104         </property>
105         <property name="editable" >
106          <bool>true</bool>
107         </property>
108        </widget>
109       </item>
110       <item>
111        <widget class="QPushButton" name="pb_browse" >
112         <property name="text" >
113          <string>&amp;Browse</string>
114         </property>
115        </widget>
116       </item>
117      </layout>
118     </item>
119     <item>
120      <widget class="QTreeWidget" name="lv_disco" />
121     </item>
122     <item>
123    <layout class="QHBoxLayout" name="horizontalLayout">
124     <item>
125      <widget class="QLabel" name="label">
126       <property name="text">
127        <string>Filter by JID:</string>
128       </property>
129      </widget>
130     </item>
131     <item>
132      <widget class="QLineEdit" name="le_filter"/>
133     </item>
134    </layout>
135   </item>
136     <item>
137      <widget class="QCheckBox" name="ck_autoItems" >
138       <property name="text" >
139        <string>Auto-browse into objects</string>
140       </property>
141       <property name="checked" >
142        <bool>true</bool>
143       </property>
144      </widget>
145     </item>
146     <item>
147      <widget class="QCheckBox" name="ck_autoInfo" >
148       <property name="text" >
149        <string>Automatically get item information</string>
150       </property>
151      </widget>
152     </item>
153     <item>
154      <widget class="Line" name="line3" >
155       <property name="frameShape" >
156        <enum>QFrame::HLine</enum>
157       </property>
158       <property name="frameShadow" >
159        <enum>QFrame::Sunken</enum>
160       </property>
161       <property name="orientation" >
162        <enum>Qt::Horizontal</enum>
163       </property>
164      </widget>
165     </item>
166     <item>
167      <layout class="QHBoxLayout" >
168       <property name="margin" >
169        <number>0</number>
170       </property>
171       <property name="spacing" >
172        <number>6</number>
173       </property>
174       <item>
175        <widget class="BusyWidget" name="busy" />
176       </item>
177       <item>
178        <spacer>
179         <property name="orientation" >
180          <enum>Qt::Horizontal</enum>
181         </property>
182         <property name="sizeType" >
183          <enum>QSizePolicy::Expanding</enum>
184         </property>
185         <property name="sizeHint" >
186          <size>
187           <width>349</width>
188           <height>20</height>
189          </size>
190         </property>
191        </spacer>
192       </item>
193       <item>
194        <widget class="IconButton" name="pb_close" >
195         <property name="text" >
196          <string>&amp;Close</string>
197         </property>
198        </widget>
199       </item>
200      </layout>
201     </item>
202    </layout>
203   </item>
204  </layout>
205 </widget>
206 <layoutdefault spacing="6" margin="11" />
207 <customwidgets>
208  <customwidget>
209   <class>BusyWidget</class>
210   <extends></extends>
211   <header>busywidget.h</header>
212   <container>0</container>
213   <pixmap></pixmap>
214  </customwidget>
215  <customwidget>
216   <class>IconButton</class>
217   <extends></extends>
218   <header>iconbutton.h</header>
219   <container>0</container>
220   <pixmap></pixmap>
221  </customwidget>
222 </customwidgets>
223 <resources/>
224 <connections/>
225</ui>
226