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

« back to all changes in this revision

Viewing changes to src/mucconfig.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
 <author></author>
 
3
 <comment></comment>
 
4
 <exportmacro></exportmacro>
 
5
 <class>MUCConfig</class>
 
6
 <widget class="QDialog" name="MUCConfig" >
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>483</width>
 
12
    <height>375</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>Room Configuration</string>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" >
 
19
   <property name="margin" >
 
20
    <number>9</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>6</number>
 
24
   </property>
 
25
   <item>
 
26
    <widget class="QTabWidget" name="tabs" >
 
27
     <property name="currentIndex" >
 
28
      <number>0</number>
 
29
     </property>
 
30
     <widget class="QWidget" name="tab_affiliations" >
 
31
      <attribute name="title" >
 
32
       <string>Affiliations</string>
 
33
      </attribute>
 
34
      <layout class="QGridLayout" >
 
35
       <property name="margin" >
 
36
        <number>9</number>
 
37
       </property>
 
38
       <property name="spacing" >
 
39
        <number>6</number>
 
40
       </property>
 
41
       <item rowspan="2" row="2" column="3" >
 
42
        <spacer>
 
43
         <property name="orientation" >
 
44
          <enum>Qt::Vertical</enum>
 
45
         </property>
 
46
         <property name="sizeHint" >
 
47
          <size>
 
48
           <width>20</width>
 
49
           <height>141</height>
 
50
          </size>
 
51
         </property>
 
52
        </spacer>
 
53
       </item>
 
54
       <item row="3" column="0" >
 
55
        <widget class="QLabel" name="label" >
 
56
         <property name="text" >
 
57
          <string>Filter:</string>
 
58
         </property>
 
59
        </widget>
 
60
       </item>
 
61
       <item row="3" column="1" >
 
62
        <widget class="QLineEdit" name="le_filter" >
 
63
         <property name="sizePolicy" >
 
64
          <sizepolicy>
 
65
           <hsizetype>5</hsizetype>
 
66
           <vsizetype>0</vsizetype>
 
67
           <horstretch>0</horstretch>
 
68
           <verstretch>0</verstretch>
 
69
          </sizepolicy>
 
70
         </property>
 
71
        </widget>
 
72
       </item>
 
73
       <item row="3" column="2" >
 
74
        <spacer>
 
75
         <property name="orientation" >
 
76
          <enum>Qt::Horizontal</enum>
 
77
         </property>
 
78
         <property name="sizeHint" >
 
79
          <size>
 
80
           <width>40</width>
 
81
           <height>20</height>
 
82
          </size>
 
83
         </property>
 
84
        </spacer>
 
85
       </item>
 
86
       <item rowspan="3" row="0" column="0" colspan="3" >
 
87
        <widget class="MUCAffiliationsView" native="1" name="tv_affiliations" >
 
88
         <property name="sizePolicy" >
 
89
          <sizepolicy>
 
90
           <hsizetype>7</hsizetype>
 
91
           <vsizetype>13</vsizetype>
 
92
           <horstretch>0</horstretch>
 
93
           <verstretch>0</verstretch>
 
94
          </sizepolicy>
 
95
         </property>
 
96
        </widget>
 
97
       </item>
 
98
       <item row="0" column="3" >
 
99
        <widget class="QPushButton" name="pb_add" >
 
100
         <property name="text" >
 
101
          <string>Add</string>
 
102
         </property>
 
103
        </widget>
 
104
       </item>
 
105
       <item row="1" column="3" >
 
106
        <widget class="QPushButton" name="pb_remove" >
 
107
         <property name="text" >
 
108
          <string>Remove</string>
 
109
         </property>
 
110
        </widget>
 
111
       </item>
 
112
      </layout>
 
113
     </widget>
 
114
     <widget class="QWidget" name="tab_general" >
 
115
      <attribute name="title" >
 
116
       <string>General</string>
 
117
      </attribute>
 
118
      <layout class="QVBoxLayout" >
 
119
       <property name="margin" >
 
120
        <number>9</number>
 
121
       </property>
 
122
       <property name="spacing" >
 
123
        <number>6</number>
 
124
       </property>
 
125
       <item>
 
126
        <widget class="QStackedWidget" name="sw_general" >
 
127
         <property name="currentIndex" >
 
128
          <number>0</number>
 
129
         </property>
 
130
         <widget class="QWidget" name="pg_general_message" >
 
131
          <layout class="QVBoxLayout" >
 
132
           <property name="margin" >
 
133
            <number>9</number>
 
134
           </property>
 
135
           <property name="spacing" >
 
136
            <number>6</number>
 
137
           </property>
 
138
           <item>
 
139
            <spacer>
 
140
             <property name="orientation" >
 
141
              <enum>Qt::Vertical</enum>
 
142
             </property>
 
143
             <property name="sizeHint" >
 
144
              <size>
 
145
               <width>20</width>
 
146
               <height>40</height>
 
147
              </size>
 
148
             </property>
 
149
            </spacer>
 
150
           </item>
 
151
           <item>
 
152
            <widget class="QLabel" name="lb_general_message" >
 
153
             <property name="text" >
 
154
              <string>message</string>
 
155
             </property>
 
156
             <property name="alignment" >
 
157
              <set>Qt::AlignCenter</set>
 
158
             </property>
 
159
             <property name="wordWrap" >
 
160
              <bool>true</bool>
 
161
             </property>
 
162
            </widget>
 
163
           </item>
 
164
           <item>
 
165
            <spacer>
 
166
             <property name="orientation" >
 
167
              <enum>Qt::Vertical</enum>
 
168
             </property>
 
169
             <property name="sizeHint" >
 
170
              <size>
 
171
               <width>20</width>
 
172
               <height>40</height>
 
173
              </size>
 
174
             </property>
 
175
            </spacer>
 
176
           </item>
 
177
          </layout>
 
178
         </widget>
 
179
         <widget class="QWidget" name="pg_general_data" />
 
180
        </widget>
 
181
       </item>
 
182
       <item>
 
183
        <layout class="QHBoxLayout" >
 
184
         <property name="margin" >
 
185
          <number>0</number>
 
186
         </property>
 
187
         <property name="spacing" >
 
188
          <number>6</number>
 
189
         </property>
 
190
         <item>
 
191
          <spacer>
 
192
           <property name="orientation" >
 
193
            <enum>Qt::Horizontal</enum>
 
194
           </property>
 
195
           <property name="sizeHint" >
 
196
            <size>
 
197
             <width>40</width>
 
198
             <height>20</height>
 
199
            </size>
 
200
           </property>
 
201
          </spacer>
 
202
         </item>
 
203
         <item>
 
204
          <widget class="QPushButton" name="pb_destroy" >
 
205
           <property name="text" >
 
206
            <string>Destroy Room</string>
 
207
           </property>
 
208
          </widget>
 
209
         </item>
 
210
         <item>
 
211
          <spacer>
 
212
           <property name="orientation" >
 
213
            <enum>Qt::Horizontal</enum>
 
214
           </property>
 
215
           <property name="sizeHint" >
 
216
            <size>
 
217
             <width>40</width>
 
218
             <height>20</height>
 
219
            </size>
 
220
           </property>
 
221
          </spacer>
 
222
         </item>
 
223
        </layout>
 
224
       </item>
 
225
      </layout>
 
226
     </widget>
 
227
    </widget>
 
228
   </item>
 
229
   <item>
 
230
    <layout class="QHBoxLayout" >
 
231
     <property name="margin" >
 
232
      <number>0</number>
 
233
     </property>
 
234
     <property name="spacing" >
 
235
      <number>6</number>
 
236
     </property>
 
237
     <item>
 
238
      <widget class="BusyWidget" native="1" name="busy" />
 
239
     </item>
 
240
     <item>
 
241
      <spacer>
 
242
       <property name="orientation" >
 
243
        <enum>Qt::Horizontal</enum>
 
244
       </property>
 
245
       <property name="sizeHint" >
 
246
        <size>
 
247
         <width>131</width>
 
248
         <height>31</height>
 
249
        </size>
 
250
       </property>
 
251
      </spacer>
 
252
     </item>
 
253
     <item>
 
254
      <widget class="QPushButton" name="pb_apply" >
 
255
       <property name="text" >
 
256
        <string>Apply</string>
 
257
       </property>
 
258
      </widget>
 
259
     </item>
 
260
     <item>
 
261
      <widget class="QPushButton" name="pb_close" >
 
262
       <property name="text" >
 
263
        <string>Close</string>
 
264
       </property>
 
265
      </widget>
 
266
     </item>
 
267
    </layout>
 
268
   </item>
 
269
  </layout>
 
270
 </widget>
 
271
 <pixmapfunction></pixmapfunction>
 
272
 <customwidgets>
 
273
  <customwidget>
 
274
   <class>BusyWidget</class>
 
275
   <extends>QWidget</extends>
 
276
   <header>busywidget.h</header>
 
277
   <container>1</container>
 
278
   <pixmap></pixmap>
 
279
  </customwidget>
 
280
  <customwidget>
 
281
   <class>MUCAffiliationsView</class>
 
282
   <extends>QWidget</extends>
 
283
   <header>mucaffiliationsview.h</header>
 
284
   <container>1</container>
 
285
   <pixmap></pixmap>
 
286
  </customwidget>
 
287
 </customwidgets>
 
288
 <resources/>
 
289
 <connections>
 
290
  <connection>
 
291
   <sender>pb_close</sender>
 
292
   <signal>clicked()</signal>
 
293
   <receiver>MUCConfig</receiver>
 
294
   <slot>reject()</slot>
 
295
   <hints>
 
296
    <hint type="sourcelabel" >
 
297
     <x>369</x>
 
298
     <y>253</y>
 
299
    </hint>
 
300
    <hint type="destinationlabel" >
 
301
     <x>179</x>
 
302
     <y>282</y>
 
303
    </hint>
 
304
   </hints>
 
305
  </connection>
 
306
 </connections>
 
307
</ui>