~ubuntu-branches/ubuntu/feisty/kdetv/feisty

« back to all changes in this revision

Viewing changes to kdetv/libkdetv/pluginwidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-09-17 23:25:16 UTC
  • Revision ID: james.westby@ubuntu.com-20050917232516-9wdsn3ckagbqieh8
Tags: upstream-0.8.8
ImportĀ upstreamĀ versionĀ 0.8.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>PluginWidget</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>PluginWidget</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>689</width>
 
12
            <height>427</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="sizePolicy">
 
16
        <sizepolicy>
 
17
            <hsizetype>2</hsizetype>
 
18
            <vsizetype>2</vsizetype>
 
19
            <horstretch>0</horstretch>
 
20
            <verstretch>0</verstretch>
 
21
        </sizepolicy>
 
22
    </property>
 
23
    <grid>
 
24
        <property name="name">
 
25
            <cstring>unnamed</cstring>
 
26
        </property>
 
27
        <property name="margin">
 
28
            <number>11</number>
 
29
        </property>
 
30
        <property name="spacing">
 
31
            <number>6</number>
 
32
        </property>
 
33
        <widget class="QTabWidget" row="0" column="0">
 
34
            <property name="name">
 
35
                <cstring>tabWidget2</cstring>
 
36
            </property>
 
37
            <widget class="QWidget">
 
38
                <property name="name">
 
39
                    <cstring>tab</cstring>
 
40
                </property>
 
41
                <attribute name="title">
 
42
                    <string>Misc Plugins</string>
 
43
                </attribute>
 
44
                <grid>
 
45
                    <property name="name">
 
46
                        <cstring>unnamed</cstring>
 
47
                    </property>
 
48
                    <widget class="KPushButton" row="1" column="1">
 
49
                        <property name="name">
 
50
                            <cstring>_configureMisc</cstring>
 
51
                        </property>
 
52
                        <property name="enabled">
 
53
                            <bool>true</bool>
 
54
                        </property>
 
55
                        <property name="minimumSize">
 
56
                            <size>
 
57
                                <width>0</width>
 
58
                                <height>0</height>
 
59
                            </size>
 
60
                        </property>
 
61
                        <property name="text">
 
62
                            <string>Configure Selected Plugin...</string>
 
63
                        </property>
 
64
                        <property name="toolTip" stdset="0">
 
65
                            <string>Configure the selected plugin</string>
 
66
                        </property>
 
67
                        <property name="whatsThis" stdset="0">
 
68
                            <string>Click on one of the plugins from the list above.  If the plugin is configurable, pressing this button will allow you to set the options.</string>
 
69
                        </property>
 
70
                    </widget>
 
71
                    <spacer row="1" column="2">
 
72
                        <property name="name">
 
73
                            <cstring>spacer2</cstring>
 
74
                        </property>
 
75
                        <property name="orientation">
 
76
                            <enum>Horizontal</enum>
 
77
                        </property>
 
78
                        <property name="sizeType">
 
79
                            <enum>Expanding</enum>
 
80
                        </property>
 
81
                        <property name="sizeHint">
 
82
                            <size>
 
83
                                <width>55</width>
 
84
                                <height>21</height>
 
85
                            </size>
 
86
                        </property>
 
87
                    </spacer>
 
88
                    <spacer row="1" column="0">
 
89
                        <property name="name">
 
90
                            <cstring>Spacer1</cstring>
 
91
                        </property>
 
92
                        <property name="orientation">
 
93
                            <enum>Horizontal</enum>
 
94
                        </property>
 
95
                        <property name="sizeType">
 
96
                            <enum>Expanding</enum>
 
97
                        </property>
 
98
                        <property name="sizeHint">
 
99
                            <size>
 
100
                                <width>85</width>
 
101
                                <height>20</height>
 
102
                            </size>
 
103
                        </property>
 
104
                    </spacer>
 
105
                    <widget class="QListView" row="0" column="0" rowspan="1" colspan="3">
 
106
                        <column>
 
107
                            <property name="text">
 
108
                                <string>Name</string>
 
109
                            </property>
 
110
                            <property name="clickable">
 
111
                                <bool>true</bool>
 
112
                            </property>
 
113
                            <property name="resizable">
 
114
                                <bool>true</bool>
 
115
                            </property>
 
116
                        </column>
 
117
                        <column>
 
118
                            <property name="text">
 
119
                                <string>Description</string>
 
120
                            </property>
 
121
                            <property name="clickable">
 
122
                                <bool>true</bool>
 
123
                            </property>
 
124
                            <property name="resizable">
 
125
                                <bool>true</bool>
 
126
                            </property>
 
127
                        </column>
 
128
                        <column>
 
129
                            <property name="text">
 
130
                                <string>Author</string>
 
131
                            </property>
 
132
                            <property name="clickable">
 
133
                                <bool>true</bool>
 
134
                            </property>
 
135
                            <property name="resizable">
 
136
                                <bool>true</bool>
 
137
                            </property>
 
138
                        </column>
 
139
                        <property name="name">
 
140
                            <cstring>_miscListView</cstring>
 
141
                        </property>
 
142
                        <property name="sizePolicy">
 
143
                            <sizepolicy>
 
144
                                <hsizetype>5</hsizetype>
 
145
                                <vsizetype>7</vsizetype>
 
146
                                <horstretch>0</horstretch>
 
147
                                <verstretch>0</verstretch>
 
148
                            </sizepolicy>
 
149
                        </property>
 
150
                        <property name="allColumnsShowFocus">
 
151
                            <bool>true</bool>
 
152
                        </property>
 
153
                    </widget>
 
154
                </grid>
 
155
            </widget>
 
156
            <widget class="QWidget">
 
157
                <property name="name">
 
158
                    <cstring>tab</cstring>
 
159
                </property>
 
160
                <attribute name="title">
 
161
                    <string>VBI Decoder</string>
 
162
                </attribute>
 
163
                <grid>
 
164
                    <property name="name">
 
165
                        <cstring>unnamed</cstring>
 
166
                    </property>
 
167
                    <spacer row="1" column="2">
 
168
                        <property name="name">
 
169
                            <cstring>spacer6_2</cstring>
 
170
                        </property>
 
171
                        <property name="orientation">
 
172
                            <enum>Horizontal</enum>
 
173
                        </property>
 
174
                        <property name="sizeType">
 
175
                            <enum>Expanding</enum>
 
176
                        </property>
 
177
                        <property name="sizeHint">
 
178
                            <size>
 
179
                                <width>128</width>
 
180
                                <height>16</height>
 
181
                            </size>
 
182
                        </property>
 
183
                    </spacer>
 
184
                    <widget class="QPushButton" row="1" column="1">
 
185
                        <property name="name">
 
186
                            <cstring>_configureVbi</cstring>
 
187
                        </property>
 
188
                        <property name="text">
 
189
                            <string>Configure Selected Plugin...</string>
 
190
                        </property>
 
191
                        <property name="toolTip" stdset="0">
 
192
                            <string>Launch plugin configuration dialog</string>
 
193
                        </property>
 
194
                        <property name="whatsThis" stdset="0">
 
195
                            <string>Launches plugin configuration dialog. Disabled if the currently selected plugin is not configurable.</string>
 
196
                        </property>
 
197
                    </widget>
 
198
                    <spacer row="1" column="0">
 
199
                        <property name="name">
 
200
                            <cstring>spacer6_2_2</cstring>
 
201
                        </property>
 
202
                        <property name="orientation">
 
203
                            <enum>Horizontal</enum>
 
204
                        </property>
 
205
                        <property name="sizeType">
 
206
                            <enum>Expanding</enum>
 
207
                        </property>
 
208
                        <property name="sizeHint">
 
209
                            <size>
 
210
                                <width>129</width>
 
211
                                <height>16</height>
 
212
                            </size>
 
213
                        </property>
 
214
                    </spacer>
 
215
                    <widget class="QListView" row="0" column="0" rowspan="1" colspan="3">
 
216
                        <column>
 
217
                            <property name="text">
 
218
                                <string>Name</string>
 
219
                            </property>
 
220
                            <property name="clickable">
 
221
                                <bool>true</bool>
 
222
                            </property>
 
223
                            <property name="resizable">
 
224
                                <bool>true</bool>
 
225
                            </property>
 
226
                        </column>
 
227
                        <column>
 
228
                            <property name="text">
 
229
                                <string>Description</string>
 
230
                            </property>
 
231
                            <property name="clickable">
 
232
                                <bool>true</bool>
 
233
                            </property>
 
234
                            <property name="resizable">
 
235
                                <bool>true</bool>
 
236
                            </property>
 
237
                        </column>
 
238
                        <column>
 
239
                            <property name="text">
 
240
                                <string>Author</string>
 
241
                            </property>
 
242
                            <property name="clickable">
 
243
                                <bool>true</bool>
 
244
                            </property>
 
245
                            <property name="resizable">
 
246
                                <bool>true</bool>
 
247
                            </property>
 
248
                        </column>
 
249
                        <property name="name">
 
250
                            <cstring>_vbiListView</cstring>
 
251
                        </property>
 
252
                        <property name="sizePolicy">
 
253
                            <sizepolicy>
 
254
                                <hsizetype>5</hsizetype>
 
255
                                <vsizetype>7</vsizetype>
 
256
                                <horstretch>0</horstretch>
 
257
                                <verstretch>0</verstretch>
 
258
                            </sizepolicy>
 
259
                        </property>
 
260
                        <property name="allColumnsShowFocus">
 
261
                            <bool>true</bool>
 
262
                        </property>
 
263
                    </widget>
 
264
                </grid>
 
265
            </widget>
 
266
        </widget>
 
267
    </grid>
 
268
</widget>
 
269
<layoutdefaults spacing="6" margin="11"/>
 
270
</UI>