~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to src/ui_services.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>
123
 
                            </property>
124
 
                        </widget>
125
 
                        <widget class="QPushButton">
126
 
                            <property name="name">
127
 
                                <cstring>pb_join</cstring>
128
 
                            </property>
129
 
                            <property name="text">
130
 
                                <string>&amp;Join</string>
131
 
                            </property>
132
 
                        </widget>
133
 
                        <spacer>
134
 
                            <property name="name">
135
 
                                <cstring>Spacer2</cstring>
136
 
                            </property>
137
 
                            <property name="orientation">
138
 
                                <enum>Vertical</enum>
139
 
                            </property>
140
 
                            <property name="sizeType">
141
 
                                <enum>Expanding</enum>
142
 
                            </property>
143
 
                            <property name="sizeHint">
144
 
                                <size>
145
 
                                    <width>0</width>
146
 
                                    <height>80</height>
147
 
                                </size>
148
 
                            </property>
149
 
                        </spacer>
150
 
                    </vbox>
151
 
                </widget>
152
 
            </hbox>
153
 
        </widget>
154
 
        <widget class="Line">
155
 
            <property name="name">
156
 
                <cstring>Line1</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>Layout5</cstring>
171
 
            </property>
172
 
            <hbox>
173
 
                <property name="name">
174
 
                    <cstring>unnamed</cstring>
175
 
                </property>
176
 
                <property name="margin">
177
 
                    <number>0</number>
178
 
                </property>
179
 
                <property name="spacing">
180
 
                    <number>4</number>
181
 
                </property>
182
 
                <widget class="QLabel">
183
 
                    <property name="name">
184
 
                        <cstring>lb_busywidget</cstring>
185
 
                    </property>
186
 
                    <property name="text">
187
 
                        <string>busywidget</string>
188
 
                    </property>
189
 
                </widget>
190
 
                <spacer>
191
 
                    <property name="name">
192
 
                        <cstring>Spacer3</cstring>
193
 
                    </property>
194
 
                    <property name="orientation">
195
 
                        <enum>Horizontal</enum>
196
 
                    </property>
197
 
                    <property name="sizeType">
198
 
                        <enum>Expanding</enum>
199
 
                    </property>
200
 
                    <property name="sizeHint">
201
 
                        <size>
202
 
                            <width>250</width>
203
 
                            <height>0</height>
204
 
                        </size>
205
 
                    </property>
206
 
                </spacer>
207
 
                <widget class="QPushButton">
208
 
                    <property name="name">
209
 
                        <cstring>pb_close</cstring>
210
 
                    </property>
211
 
                    <property name="text">
212
 
                        <string>&amp;Close</string>
213
 
                    </property>
214
 
                </widget>
215
 
            </hbox>
216
 
        </widget>
217
 
    </vbox>
218
 
</widget>
219
 
<tabstops>
220
 
    <tabstop>cb_browse</tabstop>
221
 
    <tabstop>li_services</tabstop>
222
 
    <tabstop>pb_browse</tabstop>
223
 
    <tabstop>pb_register</tabstop>
224
 
    <tabstop>pb_search</tabstop>
225
 
    <tabstop>pb_close</tabstop>
226
 
</tabstops>
227
 
<layoutdefaults spacing="4" margin="11"/>
228
 
</UI>