~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to src/ui_gcjoin.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.1" stdsetdef="1">
2
 
<class>GCJoinUI</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>GCJoinUI</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>280</width>
12
 
            <height>235</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Join Groupchat</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>Layout3</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>6</number>
41
 
                </property>
42
 
                <widget class="QLabel">
43
 
                    <property name="name">
44
 
                        <cstring>TextLabel1</cstring>
45
 
                    </property>
46
 
                    <property name="text">
47
 
                        <string>Identity:</string>
48
 
                    </property>
49
 
                </widget>
50
 
                <widget class="QLabel">
51
 
                    <property name="name">
52
 
                        <cstring>lb_ident</cstring>
53
 
                    </property>
54
 
                    <property name="text">
55
 
                        <string>ident</string>
56
 
                    </property>
57
 
                </widget>
58
 
            </hbox>
59
 
        </widget>
60
 
        <widget class="QLayoutWidget">
61
 
            <property name="name">
62
 
                <cstring>Layout3</cstring>
63
 
            </property>
64
 
            <hbox>
65
 
                <property name="name">
66
 
                    <cstring>unnamed</cstring>
67
 
                </property>
68
 
                <property name="margin">
69
 
                    <number>0</number>
70
 
                </property>
71
 
                <property name="spacing">
72
 
                    <number>6</number>
73
 
                </property>
74
 
                <widget class="QLabel">
75
 
                    <property name="name">
76
 
                        <cstring>TextLabel1_2</cstring>
77
 
                    </property>
78
 
                    <property name="text">
79
 
                        <string>Recent:</string>
80
 
                    </property>
81
 
                </widget>
82
 
                <widget class="QComboBox">
83
 
                    <property name="name">
84
 
                        <cstring>cb_recent</cstring>
85
 
                    </property>
86
 
                    <property name="sizePolicy">
87
 
                        <sizepolicy>
88
 
                            <hsizetype>7</hsizetype>
89
 
                            <vsizetype>0</vsizetype>
90
 
                            <horstretch>0</horstretch>
91
 
                            <verstretch>0</verstretch>
92
 
                        </sizepolicy>
93
 
                    </property>
94
 
                </widget>
95
 
            </hbox>
96
 
        </widget>
97
 
        <widget class="QGroupBox">
98
 
            <property name="name">
99
 
                <cstring>gb_info</cstring>
100
 
            </property>
101
 
            <property name="title">
102
 
                <string>Room information:</string>
103
 
            </property>
104
 
            <grid>
105
 
                <property name="name">
106
 
                    <cstring>unnamed</cstring>
107
 
                </property>
108
 
                <property name="margin">
109
 
                    <number>11</number>
110
 
                </property>
111
 
                <property name="spacing">
112
 
                    <number>6</number>
113
 
                </property>
114
 
                <widget class="QLabel" row="0" column="0">
115
 
                    <property name="name">
116
 
                        <cstring>TextLabel2</cstring>
117
 
                    </property>
118
 
                    <property name="text">
119
 
                        <string>Host:</string>
120
 
                    </property>
121
 
                </widget>
122
 
                <widget class="QLineEdit" row="0" column="1">
123
 
                    <property name="name">
124
 
                        <cstring>le_host</cstring>
125
 
                    </property>
126
 
                </widget>
127
 
                <widget class="QLabel" row="1" column="0">
128
 
                    <property name="name">
129
 
                        <cstring>TextLabel3</cstring>
130
 
                    </property>
131
 
                    <property name="text">
132
 
                        <string>Room:</string>
133
 
                    </property>
134
 
                </widget>
135
 
                <widget class="QLineEdit" row="1" column="1">
136
 
                    <property name="name">
137
 
                        <cstring>le_room</cstring>
138
 
                    </property>
139
 
                </widget>
140
 
                <widget class="QLabel" row="2" column="0">
141
 
                    <property name="name">
142
 
                        <cstring>TextLabel4</cstring>
143
 
                    </property>
144
 
                    <property name="text">
145
 
                        <string>Nickname:</string>
146
 
                    </property>
147
 
                </widget>
148
 
                <widget class="QLineEdit" row="2" column="1">
149
 
                    <property name="name">
150
 
                        <cstring>le_nick</cstring>
151
 
                    </property>
152
 
                </widget>
153
 
            </grid>
154
 
        </widget>
155
 
        <spacer>
156
 
            <property name="name">
157
 
                <cstring>Spacer2</cstring>
158
 
            </property>
159
 
            <property name="orientation">
160
 
                <enum>Vertical</enum>
161
 
            </property>
162
 
            <property name="sizeType">
163
 
                <enum>Expanding</enum>
164
 
            </property>
165
 
            <property name="sizeHint">
166
 
                <size>
167
 
                    <width>16</width>
168
 
                    <height>16</height>
169
 
                </size>
170
 
            </property>
171
 
        </spacer>
172
 
        <widget class="Line">
173
 
            <property name="name">
174
 
                <cstring>Line1</cstring>
175
 
            </property>
176
 
            <property name="frameShape">
177
 
                <enum>HLine</enum>
178
 
            </property>
179
 
            <property name="frameShadow">
180
 
                <enum>Sunken</enum>
181
 
            </property>
182
 
            <property name="orientation">
183
 
                <enum>Horizontal</enum>
184
 
            </property>
185
 
        </widget>
186
 
        <widget class="QLayoutWidget">
187
 
            <property name="name">
188
 
                <cstring>layout61</cstring>
189
 
            </property>
190
 
            <hbox>
191
 
                <property name="name">
192
 
                    <cstring>unnamed</cstring>
193
 
                </property>
194
 
                <widget class="BusyWidget">
195
 
                    <property name="name">
196
 
                        <cstring>busy</cstring>
197
 
                    </property>
198
 
                </widget>
199
 
                <spacer>
200
 
                    <property name="name">
201
 
                        <cstring>Spacer1</cstring>
202
 
                    </property>
203
 
                    <property name="orientation">
204
 
                        <enum>Horizontal</enum>
205
 
                    </property>
206
 
                    <property name="sizeType">
207
 
                        <enum>Expanding</enum>
208
 
                    </property>
209
 
                    <property name="sizeHint">
210
 
                        <size>
211
 
                            <width>31</width>
212
 
                            <height>16</height>
213
 
                        </size>
214
 
                    </property>
215
 
                </spacer>
216
 
                <widget class="IconButton">
217
 
                    <property name="name">
218
 
                        <cstring>pb_close</cstring>
219
 
                    </property>
220
 
                    <property name="text">
221
 
                        <string>&amp;Close</string>
222
 
                    </property>
223
 
                </widget>
224
 
                <widget class="IconButton">
225
 
                    <property name="name">
226
 
                        <cstring>pb_join</cstring>
227
 
                    </property>
228
 
                    <property name="text">
229
 
                        <string>&amp;Join</string>
230
 
                    </property>
231
 
                    <property name="iconName" stdset="0">
232
 
                        <string>psi/groupChat</string>
233
 
                    </property>
234
 
                </widget>
235
 
            </hbox>
236
 
        </widget>
237
 
    </vbox>
238
 
</widget>
239
 
<tabstops>
240
 
    <tabstop>le_host</tabstop>
241
 
    <tabstop>le_room</tabstop>
242
 
    <tabstop>le_nick</tabstop>
243
 
</tabstops>
244
 
<layoutdefaults spacing="6" margin="11"/>
245
 
<includehints>
246
 
    <includehint>busywidget.h</includehint>
247
 
    <includehint>iconwidget.h</includehint>
248
 
    <includehint>iconwidget.h</includehint>
249
 
</includehints>
250
 
</UI>