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

« back to all changes in this revision

Viewing changes to src/ui_browser.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>BrowserUI</class>
3
 
<widget class="QMainWindow">
4
 
    <property name="name">
5
 
        <cstring>BrowserUI</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>505</width>
12
 
            <height>369</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Browse Services</string>
17
 
    </property>
18
 
    <property name="dockWindowsMovable">
19
 
        <bool>false</bool>
20
 
    </property>
21
 
    <vbox>
22
 
        <property name="name">
23
 
            <cstring>unnamed</cstring>
24
 
        </property>
25
 
        <widget class="QLayoutWidget">
26
 
            <property name="name">
27
 
                <cstring>layout20</cstring>
28
 
            </property>
29
 
            <hbox>
30
 
                <property name="name">
31
 
                    <cstring>unnamed</cstring>
32
 
                </property>
33
 
                <widget class="QLabel">
34
 
                    <property name="name">
35
 
                        <cstring>textLabel1</cstring>
36
 
                    </property>
37
 
                    <property name="text">
38
 
                        <string>&amp;Address:</string>
39
 
                    </property>
40
 
                    <property name="buddy" stdset="0">
41
 
                        <cstring>cb_browse</cstring>
42
 
                    </property>
43
 
                </widget>
44
 
                <widget class="QComboBox">
45
 
                    <property name="name">
46
 
                        <cstring>cb_browse</cstring>
47
 
                    </property>
48
 
                    <property name="sizePolicy">
49
 
                        <sizepolicy>
50
 
                            <hsizetype>7</hsizetype>
51
 
                            <vsizetype>0</vsizetype>
52
 
                            <horstretch>0</horstretch>
53
 
                            <verstretch>0</verstretch>
54
 
                        </sizepolicy>
55
 
                    </property>
56
 
                    <property name="editable">
57
 
                        <bool>true</bool>
58
 
                    </property>
59
 
                </widget>
60
 
                <widget class="QPushButton">
61
 
                    <property name="name">
62
 
                        <cstring>pb_browse</cstring>
63
 
                    </property>
64
 
                    <property name="text">
65
 
                        <string>&amp;Browse</string>
66
 
                    </property>
67
 
                </widget>
68
 
            </hbox>
69
 
        </widget>
70
 
        <widget class="QListView">
71
 
            <column>
72
 
                <property name="text">
73
 
                    <string>Name</string>
74
 
                </property>
75
 
                <property name="clickable">
76
 
                    <bool>true</bool>
77
 
                </property>
78
 
                <property name="resizable">
79
 
                    <bool>true</bool>
80
 
                </property>
81
 
            </column>
82
 
            <column>
83
 
                <property name="text">
84
 
                    <string>JID</string>
85
 
                </property>
86
 
                <property name="clickable">
87
 
                    <bool>true</bool>
88
 
                </property>
89
 
                <property name="resizable">
90
 
                    <bool>true</bool>
91
 
                </property>
92
 
            </column>
93
 
            <property name="name">
94
 
                <cstring>lv_browse</cstring>
95
 
            </property>
96
 
        </widget>
97
 
        <widget class="QCheckBox">
98
 
            <property name="name">
99
 
                <cstring>cb_preBrowse</cstring>
100
 
            </property>
101
 
            <property name="text">
102
 
                <string>Auto-browse into objects</string>
103
 
            </property>
104
 
            <property name="checked">
105
 
                <bool>true</bool>
106
 
            </property>
107
 
        </widget>
108
 
        <widget class="Line">
109
 
            <property name="name">
110
 
                <cstring>line3</cstring>
111
 
            </property>
112
 
            <property name="frameShape">
113
 
                <enum>HLine</enum>
114
 
            </property>
115
 
            <property name="frameShadow">
116
 
                <enum>Sunken</enum>
117
 
            </property>
118
 
            <property name="orientation">
119
 
                <enum>Horizontal</enum>
120
 
            </property>
121
 
        </widget>
122
 
        <widget class="QLayoutWidget">
123
 
            <property name="name">
124
 
                <cstring>layout51</cstring>
125
 
            </property>
126
 
            <hbox>
127
 
                <property name="name">
128
 
                    <cstring>unnamed</cstring>
129
 
                </property>
130
 
                <widget class="BusyWidget">
131
 
                    <property name="name">
132
 
                        <cstring>busy</cstring>
133
 
                    </property>
134
 
                </widget>
135
 
                <spacer>
136
 
                    <property name="name">
137
 
                        <cstring>spacer23</cstring>
138
 
                    </property>
139
 
                    <property name="orientation">
140
 
                        <enum>Horizontal</enum>
141
 
                    </property>
142
 
                    <property name="sizeType">
143
 
                        <enum>Expanding</enum>
144
 
                    </property>
145
 
                    <property name="sizeHint">
146
 
                        <size>
147
 
                            <width>347</width>
148
 
                            <height>20</height>
149
 
                        </size>
150
 
                    </property>
151
 
                </spacer>
152
 
                <widget class="IconButton">
153
 
                    <property name="name">
154
 
                        <cstring>pb_close</cstring>
155
 
                    </property>
156
 
                    <property name="text">
157
 
                        <string>&amp;Close</string>
158
 
                    </property>
159
 
                </widget>
160
 
            </hbox>
161
 
        </widget>
162
 
    </vbox>
163
 
</widget>
164
 
<toolbars>
165
 
</toolbars>
166
 
<connections>
167
 
    <connection>
168
 
        <sender>lv_browse</sender>
169
 
        <signal>selectionChanged(QListViewItem*)</signal>
170
 
        <receiver>BrowserUI</receiver>
171
 
        <slot>itemSelected(QListViewItem*)</slot>
172
 
    </connection>
173
 
    <connection>
174
 
        <sender>lv_browse</sender>
175
 
        <signal>doubleClicked(QListViewItem*)</signal>
176
 
        <receiver>BrowserUI</receiver>
177
 
        <slot>itemDoubleclicked(QListViewItem*)</slot>
178
 
    </connection>
179
 
    <connection>
180
 
        <sender>pb_close</sender>
181
 
        <signal>clicked()</signal>
182
 
        <receiver>BrowserUI</receiver>
183
 
        <slot>close()</slot>
184
 
    </connection>
185
 
</connections>
186
 
<slots>
187
 
    <slot>itemSelected(QListViewItem*)</slot>
188
 
    <slot>itemDoubleclicked(QListViewItem*)</slot>
189
 
</slots>
190
 
<layoutdefaults spacing="6" margin="11"/>
191
 
<includehints>
192
 
    <includehint>busywidget.h</includehint>
193
 
    <includehint>iconwidget.h</includehint>
194
 
</includehints>
195
 
</UI>