~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: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        <rect>
9
9
            <x>0</x>
10
10
            <y>0</y>
11
 
            <width>582</width>
12
 
            <height>427</height>
 
11
            <width>482</width>
 
12
            <height>302</height>
13
13
        </rect>
14
14
    </property>
15
15
    <property name="caption">
37
37
                    <number>0</number>
38
38
                </property>
39
39
                <property name="spacing">
40
 
                    <number>6</number>
 
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>
41
89
                </property>
42
90
                <widget class="QListBox">
43
91
                    <property name="name">
46
94
                </widget>
47
95
                <widget class="QLayoutWidget">
48
96
                    <property name="name">
49
 
                        <cstring>vb_side</cstring>
 
97
                        <cstring>Layout5</cstring>
50
98
                    </property>
51
99
                    <vbox>
52
100
                        <property name="name">
56
104
                            <number>0</number>
57
105
                        </property>
58
106
                        <property name="spacing">
59
 
                            <number>6</number>
 
107
                            <number>4</number>
60
108
                        </property>
61
109
                        <widget class="QPushButton">
62
110
                            <property name="name">
63
111
                                <cstring>pb_register</cstring>
64
112
                            </property>
65
 
                            <property name="minimumSize">
66
 
                                <size>
67
 
                                    <width>80</width>
68
 
                                    <height>0</height>
69
 
                                </size>
70
 
                            </property>
71
113
                            <property name="text">
72
 
                                <string>Register</string>
 
114
                                <string>&amp;Register</string>
73
115
                            </property>
74
116
                        </widget>
75
117
                        <widget class="QPushButton">
77
119
                                <cstring>pb_search</cstring>
78
120
                            </property>
79
121
                            <property name="text">
80
 
                                <string>Search</string>
 
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>
81
131
                            </property>
82
132
                        </widget>
83
133
                        <spacer>
92
142
                            </property>
93
143
                            <property name="sizeHint">
94
144
                                <size>
95
 
                                    <width>20</width>
96
 
                                    <height>20</height>
 
145
                                    <width>0</width>
 
146
                                    <height>80</height>
97
147
                                </size>
98
148
                            </property>
99
149
                        </spacer>
114
164
            <property name="orientation">
115
165
                <enum>Horizontal</enum>
116
166
            </property>
117
 
            <property name="frameShape">
118
 
                <enum>HLine</enum>
119
 
            </property>
120
167
        </widget>
121
168
        <widget class="QLayoutWidget">
122
169
            <property name="name">
123
 
                <cstring>Layout6</cstring>
 
170
                <cstring>Layout5</cstring>
124
171
            </property>
125
172
            <hbox>
126
173
                <property name="name">
130
177
                    <number>0</number>
131
178
                </property>
132
179
                <property name="spacing">
133
 
                    <number>6</number>
 
180
                    <number>4</number>
134
181
                </property>
135
 
                <widget class="QPushButton">
 
182
                <widget class="QLabel">
136
183
                    <property name="name">
137
 
                        <cstring>pb_refresh</cstring>
138
 
                    </property>
139
 
                    <property name="minimumSize">
140
 
                        <size>
141
 
                            <width>80</width>
142
 
                            <height>0</height>
143
 
                        </size>
 
184
                        <cstring>lb_busywidget</cstring>
144
185
                    </property>
145
186
                    <property name="text">
146
 
                        <string>Refresh</string>
 
187
                        <string>busywidget</string>
147
188
                    </property>
148
189
                </widget>
149
190
                <spacer>
158
199
                    </property>
159
200
                    <property name="sizeHint">
160
201
                        <size>
161
 
                            <width>20</width>
162
 
                            <height>20</height>
 
202
                            <width>250</width>
 
203
                            <height>0</height>
163
204
                        </size>
164
205
                    </property>
165
206
                </spacer>
167
208
                    <property name="name">
168
209
                        <cstring>pb_close</cstring>
169
210
                    </property>
170
 
                    <property name="minimumSize">
171
 
                        <size>
172
 
                            <width>80</width>
173
 
                            <height>0</height>
174
 
                        </size>
175
 
                    </property>
176
211
                    <property name="text">
177
 
                        <string>Close</string>
 
212
                        <string>&amp;Close</string>
178
213
                    </property>
179
214
                </widget>
180
215
            </hbox>
181
216
        </widget>
182
217
    </vbox>
183
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>
184
227
<layoutdefaults spacing="4" margin="11"/>
185
228
</UI>