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

« back to all changes in this revision

Viewing changes to src/mucjoin.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
<ui version="4.0" >
 
2
 <class>MUCJoin</class>
 
3
 <widget class="QDialog" name="MUCJoin" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>406</width>
 
9
    <height>312</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Join Groupchat</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" >
 
16
   <property name="margin" >
 
17
    <number>9</number>
 
18
   </property>
 
19
   <property name="spacing" >
 
20
    <number>6</number>
 
21
   </property>
 
22
   <item>
 
23
    <layout class="QHBoxLayout" >
 
24
     <property name="margin" >
 
25
      <number>0</number>
 
26
     </property>
 
27
     <property name="spacing" >
 
28
      <number>6</number>
 
29
     </property>
 
30
     <item>
 
31
      <widget class="QLabel" name="lb_identity" >
 
32
       <property name="text" >
 
33
        <string>Identity:</string>
 
34
       </property>
 
35
      </widget>
 
36
     </item>
 
37
     <item>
 
38
      <widget class="QLabel" name="lb_ident" >
 
39
       <property name="text" >
 
40
        <string>ident</string>
 
41
       </property>
 
42
      </widget>
 
43
     </item>
 
44
    </layout>
 
45
   </item>
 
46
   <item>
 
47
    <layout class="QHBoxLayout" >
 
48
     <property name="margin" >
 
49
      <number>0</number>
 
50
     </property>
 
51
     <property name="spacing" >
 
52
      <number>6</number>
 
53
     </property>
 
54
     <item>
 
55
      <widget class="QLabel" name="TextLabel1_2" >
 
56
       <property name="text" >
 
57
        <string>Recent:</string>
 
58
       </property>
 
59
      </widget>
 
60
     </item>
 
61
     <item>
 
62
      <widget class="QComboBox" name="cb_recent" >
 
63
       <property name="sizePolicy" >
 
64
        <sizepolicy>
 
65
         <hsizetype>7</hsizetype>
 
66
         <vsizetype>0</vsizetype>
 
67
         <horstretch>0</horstretch>
 
68
         <verstretch>0</verstretch>
 
69
        </sizepolicy>
 
70
       </property>
 
71
      </widget>
 
72
     </item>
 
73
    </layout>
 
74
   </item>
 
75
   <item>
 
76
    <widget class="QGroupBox" name="gb_info" >
 
77
     <property name="title" >
 
78
      <string>Room information:</string>
 
79
     </property>
 
80
     <layout class="QGridLayout" >
 
81
      <property name="margin" >
 
82
       <number>9</number>
 
83
      </property>
 
84
      <property name="spacing" >
 
85
       <number>6</number>
 
86
      </property>
 
87
      <item row="4" column="0" colspan="2" >
 
88
       <widget class="QCheckBox" name="ck_history" >
 
89
        <property name="text" >
 
90
         <string>Request chat history</string>
 
91
        </property>
 
92
       </widget>
 
93
      </item>
 
94
      <item row="3" column="1" >
 
95
       <widget class="QLineEdit" name="le_pass" >
 
96
        <property name="echoMode" >
 
97
         <enum>QLineEdit::Password</enum>
 
98
        </property>
 
99
       </widget>
 
100
      </item>
 
101
      <item row="3" column="0" >
 
102
       <widget class="QLabel" name="TextLabel5" >
 
103
        <property name="text" >
 
104
         <string>Password:</string>
 
105
        </property>
 
106
       </widget>
 
107
      </item>
 
108
      <item row="2" column="1" >
 
109
       <widget class="QLineEdit" name="le_nick" />
 
110
      </item>
 
111
      <item row="2" column="0" >
 
112
       <widget class="QLabel" name="TextLabel4" >
 
113
        <property name="text" >
 
114
         <string>Nickname:</string>
 
115
        </property>
 
116
       </widget>
 
117
      </item>
 
118
      <item row="1" column="1" >
 
119
       <widget class="QLineEdit" name="le_room" />
 
120
      </item>
 
121
      <item row="1" column="0" >
 
122
       <widget class="QLabel" name="TextLabel3" >
 
123
        <property name="text" >
 
124
         <string>Room:</string>
 
125
        </property>
 
126
       </widget>
 
127
      </item>
 
128
      <item row="0" column="1" >
 
129
       <widget class="QLineEdit" name="le_host" />
 
130
      </item>
 
131
      <item row="0" column="0" >
 
132
       <widget class="QLabel" name="TextLabel2" >
 
133
        <property name="text" >
 
134
         <string>Host:</string>
 
135
        </property>
 
136
       </widget>
 
137
      </item>
 
138
     </layout>
 
139
    </widget>
 
140
   </item>
 
141
   <item>
 
142
    <spacer>
 
143
     <property name="orientation" >
 
144
      <enum>Qt::Vertical</enum>
 
145
     </property>
 
146
     <property name="sizeType" >
 
147
      <enum>QSizePolicy::Expanding</enum>
 
148
     </property>
 
149
     <property name="sizeHint" >
 
150
      <size>
 
151
       <width>331</width>
 
152
       <height>31</height>
 
153
      </size>
 
154
     </property>
 
155
    </spacer>
 
156
   </item>
 
157
   <item>
 
158
    <widget class="Line" name="Line1" >
 
159
     <property name="frameShape" >
 
160
      <enum>QFrame::HLine</enum>
 
161
     </property>
 
162
     <property name="frameShadow" >
 
163
      <enum>QFrame::Sunken</enum>
 
164
     </property>
 
165
     <property name="orientation" >
 
166
      <enum>Qt::Horizontal</enum>
 
167
     </property>
 
168
    </widget>
 
169
   </item>
 
170
   <item>
 
171
    <layout class="QHBoxLayout" >
 
172
     <property name="margin" >
 
173
      <number>0</number>
 
174
     </property>
 
175
     <property name="spacing" >
 
176
      <number>6</number>
 
177
     </property>
 
178
     <item>
 
179
      <widget class="BusyWidget" native="1" name="busy" />
 
180
     </item>
 
181
     <item>
 
182
      <spacer>
 
183
       <property name="orientation" >
 
184
        <enum>Qt::Horizontal</enum>
 
185
       </property>
 
186
       <property name="sizeType" >
 
187
        <enum>QSizePolicy::Expanding</enum>
 
188
       </property>
 
189
       <property name="sizeHint" >
 
190
        <size>
 
191
         <width>81</width>
 
192
         <height>29</height>
 
193
        </size>
 
194
       </property>
 
195
      </spacer>
 
196
     </item>
 
197
     <item>
 
198
      <widget class="QPushButton" name="pb_close" >
 
199
       <property name="text" >
 
200
        <string>Close</string>
 
201
       </property>
 
202
      </widget>
 
203
     </item>
 
204
     <item>
 
205
      <widget class="QPushButton" name="pb_join" >
 
206
       <property name="text" >
 
207
        <string>Join</string>
 
208
       </property>
 
209
      </widget>
 
210
     </item>
 
211
    </layout>
 
212
   </item>
 
213
  </layout>
 
214
 </widget>
 
215
 <layoutdefault spacing="6" margin="11" />
 
216
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
217
 <customwidgets>
 
218
  <customwidget>
 
219
   <class>BusyWidget</class>
 
220
   <extends>QWidget</extends>
 
221
   <header>busywidget.h</header>
 
222
   <container>1</container>
 
223
  </customwidget>
 
224
 </customwidgets>
 
225
 <tabstops>
 
226
  <tabstop>cb_recent</tabstop>
 
227
  <tabstop>le_host</tabstop>
 
228
  <tabstop>le_room</tabstop>
 
229
  <tabstop>le_nick</tabstop>
 
230
  <tabstop>le_pass</tabstop>
 
231
  <tabstop>ck_history</tabstop>
 
232
  <tabstop>pb_close</tabstop>
 
233
  <tabstop>pb_join</tabstop>
 
234
 </tabstops>
 
235
 <resources/>
 
236
 <connections/>
 
237
</ui>