source: psi/trunk/src/ui_services.ui@ 104

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

Imported original Psi 0.10 sources from Affinix

File size: 8.3 KB
Line 
1<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2<class>ServicesUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>ServicesUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>482</width>
12 <height>302</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Form1</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>4</number>
27 </property>
28 <widget class="QLayoutWidget">
29 <property name="name">
30 <cstring>Layout4</cstring>
31 </property>
32 <hbox>
33 <property name="name">
34 <cstring>unnamed</cstring>
35 </property>
36 <property name="margin">
37 <number>0</number>
38 </property>
39 <property name="spacing">
40 <number>4</number>
41 </property>
42 <widget class="QLabel">
43 <property name="name">
44 <cstring>TextLabel1</cstring>
45 </property>
46 <property name="text">
47 <string>Server to browse:</string>
48 </property>
49 </widget>
50 <widget class="QComboBox">
51 <property name="name">
52 <cstring>cb_browse</cstring>
53 </property>
54 <property name="sizePolicy">
55 <sizepolicy>
56 <hsizetype>7</hsizetype>
57 <vsizetype>0</vsizetype>
58 <horstretch>0</horstretch>
59 <verstretch>0</verstretch>
60 </sizepolicy>
61 </property>
62 <property name="editable">
63 <bool>true</bool>
64 </property>
65 </widget>
66 <widget class="QPushButton">
67 <property name="name">
68 <cstring>pb_browse</cstring>
69 </property>
70 <property name="text">
71 <string>&amp;Browse</string>
72 </property>
73 </widget>
74 </hbox>
75 </widget>
76 <widget class="QLayoutWidget">
77 <property name="name">
78 <cstring>Layout6</cstring>
79 </property>
80 <hbox>
81 <property name="name">
82 <cstring>unnamed</cstring>
83 </property>
84 <property name="margin">
85 <number>0</number>
86 </property>
87 <property name="spacing">
88 <number>4</number>
89 </property>
90 <widget class="QListBox">
91 <property name="name">
92 <cstring>li_services</cstring>
93 </property>
94 </widget>
95 <widget class="QLayoutWidget">
96 <property name="name">
97 <cstring>Layout5</cstring>
98 </property>
99 <vbox>
100 <property name="name">
101 <cstring>unnamed</cstring>
102 </property>
103 <property name="margin">
104 <number>0</number>
105 </property>
106 <property name="spacing">
107 <number>4</number>
108 </property>
109 <widget class="QPushButton">
110 <property name="name">
111 <cstring>pb_register</cstring>
112 </property>
113 <property name="text">
114 <string>&amp;Register</string>
115 </property>
116 </widget>
117 <widget class="QPushButton">
118 <property name="name">
119 <cstring>pb_search</cstring>
120 </property>
121 <property name="text">
122 <string>&amp;Search</string>