~ubuntu-branches/ubuntu/trusty/pitivi/trusty

« back to all changes in this revision

Viewing changes to pitivi/ui/projectsettings.glade

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-07-07 13:43:47 UTC
  • mto: (6.1.9 sid) (1.2.12)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20110707134347-cari9kxjiakzej9z
Tags: upstream-0.14.1
Import upstream version 0.14.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<glade-interface>
3
 
  <!-- interface-requires gtk+ 2.6 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <widget class="GtkDialog" id="project-settings-dialog">
6
 
    <property name="border_width">5</property>
7
 
    <property name="title" translatable="yes">Project Settings</property>
8
 
    <property name="window_position">center-on-parent</property>
9
 
    <property name="type_hint">dialog</property>
10
 
    <signal name="response" handler="_responseCb"/>
11
 
    <child internal-child="vbox">
12
 
      <widget class="GtkVBox" id="dialog-vbox1">
13
 
        <property name="visible">True</property>
14
 
        <property name="spacing">12</property>
15
 
        <child>
16
 
          <widget class="GtkNotebook" id="notebook1">
17
 
            <property name="visible">True</property>
18
 
            <property name="can_focus">True</property>
19
 
            <child>
20
 
              <widget class="GtkHBox" id="hbox4">
21
 
                <property name="visible">True</property>
22
 
                <property name="border_width">12</property>
23
 
                <property name="spacing">12</property>
24
 
                <child>
25
 
                  <widget class="GtkVBox" id="vbox2">
26
 
                    <property name="visible">True</property>
27
 
                    <property name="spacing">6</property>
28
 
                    <child>
29
 
                      <widget class="GtkLabel" id="label11">
30
 
                        <property name="visible">True</property>
31
 
                        <property name="xalign">0</property>
32
 
                        <property name="ypad">6</property>
33
 
                        <property name="label" translatable="yes">&lt;b&gt;Preset&lt;/b&gt;</property>
34
 
                        <property name="use_markup">True</property>
35
 
                      </widget>
36
 
                      <packing>
37
 
                        <property name="expand">False</property>
38
 
                        <property name="fill">False</property>
39
 
                        <property name="position">0</property>
40
 
                      </packing>
41
 
                    </child>
42
 
                    <child>
43
 
                      <widget class="GtkScrolledWindow" id="scrolledwindow2">
44
 
                        <property name="visible">True</property>
45
 
                        <property name="can_focus">True</property>
46
 
                        <property name="hscrollbar_policy">automatic</property>
47
 
                        <property name="vscrollbar_policy">automatic</property>
48
 
                        <property name="shadow_type">in</property>
49
 
                        <child>
50
 
                          <widget class="GtkTreeView" id="video_preset_treeview">
51
 
                            <property name="visible">True</property>
52
 
                            <property name="can_focus">True</property>
53
 
                          </widget>
54
 
                        </child>
55
 
                      </widget>
56
 
                      <packing>
57
 
                        <property name="position">1</property>
58
 
                      </packing>
59
 
                    </child>
60
 
                    <child>
61
 
                      <widget class="GtkHBox" id="hbox5">
62
 
                        <property name="visible">True</property>
63
 
                        <property name="spacing">6</property>
64
 
                        <child>
65
 
                          <widget class="GtkButton" id="add_video_preset_button">
66
 
                            <property name="label">gtk-add</property>
67
 
                            <property name="visible">True</property>
68
 
                            <property name="can_focus">True</property>
69
 
                            <property name="receives_default">True</property>
70
 
                            <property name="use_stock">True</property>
71
 
                            <signal name="clicked" handler="_addVideoPresetButtonClickedCb"/>
72
 
                          </widget>
73
 
                          <packing>
74
 
                            <property name="expand">False</property>
75
 
                            <property name="fill">False</property>
76
 
                            <property name="position">0</property>
77
 
                          </packing>
78
 
                        </child>
79
 
                        <child>
80
 
                          <widget class="GtkButton" id="remove_video_preset_button">
81
 
                            <property name="label">gtk-remove</property>
82
 
                            <property name="visible">True</property>
83
 
                            <property name="can_focus">True</property>
84
 
                            <property name="receives_default">True</property>
85
 
                            <property name="sensitive">False</property>
86
 
                            <property name="use_stock">True</property>
87
 
                            <signal name="clicked" handler="_removeVideoPresetButtonClickedCb"/>
88
 
                          </widget>
89
 
                          <packing>
90
 
                            <property name="expand">False</property>
91
 
                            <property name="fill">False</property>
92
 
                            <property name="position">1</property>
93
 
                          </packing>
94
 
                        </child>
95
 
                        <child>
96
 
                          <widget class="GtkButton" id="save_video_preset_button">
97
 
                            <property name="label">gtk-save</property>
98
 
                            <property name="visible">True</property>
99
 
                            <property name="can_focus">True</property>
100
 
                            <property name="receives_default">True</property>
101
 
                            <property name="use_stock">True</property>
102
 
                            <signal name="clicked" handler="_saveVideoPresetClickedCb"/>
103
 
                          </widget>
104
 
                          <packing>
105
 
                            <property name="position">2</property>
106
 
                          </packing>
107
 
                        </child>
108
 
                      </widget>
109
 
                      <packing>
110
 
                        <property name="expand">False</property>
111
 
                        <property name="fill">False</property>
112
 
                        <property name="position">2</property>
113
 
                      </packing>
114
 
                    </child>
115
 
                  </widget>
116
 
                  <packing>
117
 
                    <property name="expand">False</property>
118
 
                    <property name="fill">False</property>
119
 
                    <property name="position">0</property>
120
 
                  </packing>
121
 
                </child>
122
 
                <child>
123
 
                  <widget class="GtkTable" id="video_properties_table">
124
 
                    <property name="visible">True</property>
125
 
                    <property name="n_rows">7</property>
126
 
                    <property name="n_columns">2</property>
127
 
                    <property name="column_spacing">12</property>
128
 
                    <property name="row_spacing">6</property>
129
 
                    <child>
130
 
                      <widget class="GtkLabel" id="label5">
131
 
                        <property name="visible">True</property>
132
 
                        <property name="xalign">0</property>
133
 
                        <property name="ypad">6</property>
134
 
                        <property name="label" translatable="yes">&lt;b&gt;Size (Pixels)&lt;/b&gt;</property>
135
 
                        <property name="use_markup">True</property>
136
 
                      </widget>
137
 
                      <packing>
138
 
                        <property name="y_options"></property>
139
 
                      </packing>
140
 
                    </child>
141
 
                    <child>
142
 
                      <widget class="GtkLabel" id="label2">
143
 
                        <property name="visible">True</property>
144
 
                        <property name="xalign">0</property>
145
 
                        <property name="ypad">6</property>
146
 
                        <property name="label" translatable="yes">&lt;b&gt;Aspect Ratio&lt;/b&gt;</property>
147
 
                        <property name="use_markup">True</property>
148
 
                      </widget>
149
 
                      <packing>
150
 
                        <property name="right_attach">2</property>
151
 
                        <property name="top_attach">3</property>
152
 
                        <property name="bottom_attach">4</property>
153
 
                        <property name="y_options"></property>
154
 
                      </packing>
155
 
                    </child>
156
 
                    <child>
157
 
                      <widget class="GtkRadioButton" id="select_dar_radiobutton">
158
 
                        <property name="label" translatable="yes">Display Aspect Ratio</property>
159
 
                        <property name="visible">True</property>
160
 
                        <property name="can_focus">True</property>
161
 
                        <property name="receives_default">False</property>
162
 
                        <property name="xalign">0</property>
163
 
                        <property name="active">True</property>
164
 
                        <property name="draw_indicator">True</property>
165
 
                        <signal name="toggled" handler="_selectDarRadiobuttonToggledCb"/>
166
 
                      </widget>
167
 
                      <packing>
168
 
                        <property name="top_attach">4</property>
169
 
                        <property name="bottom_attach">5</property>
170
 
                        <property name="x_options">GTK_FILL</property>
171
 
                      </packing>
172
 
                    </child>
173
 
                    <child>
174
 
                      <widget class="GtkComboBox" id="dar_combo">
175
 
                        <property name="visible">True</property>
176
 
                        <property name="items" translatable="yes">Standard (4:3)</property>
177
 
                      </widget>
178
 
                      <packing>
179
 
                        <property name="top_attach">5</property>
180
 
                        <property name="bottom_attach">6</property>
181
 
                        <property name="y_options"></property>
182
 
                      </packing>
183
 
                    </child>
184
 
                    <child>
185
 
                      <widget class="GtkComboBox" id="par_combo">
186
 
                        <property name="visible">True</property>
187
 
                        <property name="items" translatable="yes">Standard PAL</property>
188
 
                      </widget>
189
 
                      <packing>
190
 
                        <property name="left_attach">1</property>
191
 
                        <property name="right_attach">2</property>
192
 
                        <property name="top_attach">5</property>
193
 
                        <property name="bottom_attach">6</property>
194
 
                        <property name="y_options"></property>
195
 
                      </packing>
196
 
                    </child>
197
 
                    <child>
198
 
                      <widget class="GtkRadioButton" id="select_par_radiobutton">
199
 
                        <property name="label" translatable="yes">Pixel Aspect Ratio</property>
200
 
                        <property name="visible">True</property>
201
 
                        <property name="can_focus">True</property>
202
 
                        <property name="receives_default">False</property>
203
 
                        <property name="xalign">0</property>
204
 
                        <property name="draw_indicator">True</property>
205
 
                        <property name="group">select_dar_radiobutton</property>
206
 
                      </widget>
207
 
                      <packing>
208
 
                        <property name="left_attach">1</property>
209
 
                        <property name="right_attach">2</property>
210
 
                        <property name="top_attach">4</property>
211
 
                        <property name="bottom_attach">5</property>
212
 
                        <property name="x_options">GTK_FILL</property>
213
 
                      </packing>
214
 
                    </child>
215
 
                    <child>
216
 
                      <widget class="GtkVBox" id="vbox3">
217
 
                        <property name="visible">True</property>
218
 
                        <child>
219
 
                          <widget class="GtkHBox" id="hbox1">
220
 
                            <property name="visible">True</property>
221
 
                            <property name="spacing">6</property>
222
 
                            <child>
223
 
                              <widget class="GtkSpinButton" id="width_spinbutton">
224
 
                                <property name="visible">True</property>
225
 
                                <property name="can_focus">True</property>
226
 
                                <property name="invisible_char">●</property>
227
 
                                <property name="adjustment">1 1 9999 1 10 0</property>
228
 
                              </widget>
229
 
                              <packing>
230
 
                                <property name="expand">False</property>
231
 
                                <property name="fill">False</property>
232
 
                                <property name="position">0</property>
233
 
                              </packing>
234
 
                            </child>
235
 
                            <child>
236
 
                              <widget class="GtkLabel" id="label9">
237
 
                                <property name="visible">True</property>
238
 
                                <property name="label" translatable="yes">x</property>
239
 
                              </widget>
240
 
                              <packing>
241
 
                                <property name="expand">False</property>
242
 
                                <property name="fill">False</property>
243
 
                                <property name="position">1</property>
244
 
                              </packing>
245
 
                            </child>
246
 
                            <child>
247
 
                              <widget class="GtkSpinButton" id="height_spinbutton">
248
 
                                <property name="visible">True</property>
249
 
                                <property name="can_focus">True</property>
250
 
                                <property name="invisible_char">●</property>
251
 
                                <property name="adjustment">1 1 9999 1 10 0</property>
252
 
                              </widget>
253
 
                              <packing>
254
 
                                <property name="expand">False</property>
255
 
                                <property name="fill">False</property>
256
 
                                <property name="position">2</property>
257
 
                              </packing>
258
 
                            </child>
259
 
                          </widget>
260
 
                          <packing>
261
 
                            <property name="expand">False</property>
262
 
                            <property name="fill">False</property>
263
 
                            <property name="position">0</property>
264
 
                          </packing>
265
 
                        </child>
266
 
                        <child>
267
 
                          <widget class="GtkCheckButton" id="constrain_sar_button">
268
 
                            <property name="label" translatable="yes">Link</property>
269
 
                            <property name="visible">True</property>
270
 
                            <property name="can_focus">True</property>
271
 
                            <property name="receives_default">False</property>
272
 
                            <property name="draw_indicator">True</property>
273
 
                            <signal name="toggled" handler="_constrainSarButtonToggledCb"/>
274
 
                          </widget>
275
 
                          <packing>
276
 
                            <property name="expand">False</property>
277
 
                            <property name="fill">False</property>
278
 
                            <property name="position">1</property>
279
 
                          </packing>
280
 
                        </child>
281
 
                      </widget>
282
 
                      <packing>
283
 
                        <property name="top_attach">1</property>
284
 
                        <property name="bottom_attach">3</property>
285
 
                      </packing>
286
 
                    </child>
287
 
                    <child>
288
 
                      <widget class="GtkLabel" id="label18">
289
 
                        <property name="visible">True</property>
290
 
                        <property name="xalign">0</property>
291
 
                        <property name="ypad">6</property>
292
 
                        <property name="label" translatable="yes">&lt;b&gt;Frame Rate&lt;/b&gt;</property>
293
 
                        <property name="use_markup">True</property>
294
 
                      </widget>
295
 
                      <packing>
296
 
                        <property name="left_attach">1</property>
297
 
                        <property name="right_attach">2</property>
298
 
                        <property name="y_options"></property>
299
 
                      </packing>
300
 
                    </child>
301
 
                    <child>
302
 
                      <widget class="GtkComboBox" id="frame_rate_combo">
303
 
                        <property name="visible">True</property>
304
 
                        <property name="items" translatable="yes">25 FPS</property>
305
 
                      </widget>
306
 
                      <packing>
307
 
                        <property name="left_attach">1</property>
308
 
                        <property name="right_attach">2</property>
309
 
                        <property name="top_attach">1</property>
310
 
                        <property name="bottom_attach">2</property>
311
 
                        <property name="y_options"></property>
312
 
                      </packing>
313
 
                    </child>
314
 
                    <child>
315
 
                      <placeholder/>
316
 
                    </child>
317
 
                    <child>
318
 
                      <placeholder/>
319
 
                    </child>
320
 
                    <child>
321
 
                      <placeholder/>
322
 
                    </child>
323
 
                  </widget>
324
 
                  <packing>
325
 
                    <property name="position">1</property>
326
 
                  </packing>
327
 
                </child>
328
 
              </widget>
329
 
            </child>
330
 
            <child>
331
 
              <widget class="GtkLabel" id="label8">
332
 
                <property name="visible">True</property>
333
 
                <property name="label" translatable="yes">Video</property>
334
 
                <property name="use_markup">True</property>
335
 
              </widget>
336
 
              <packing>
337
 
                <property name="tab_fill">False</property>
338
 
                <property name="type">tab</property>
339
 
              </packing>
340
 
            </child>
341
 
            <child>
342
 
              <widget class="GtkHBox" id="hbox3">
343
 
                <property name="visible">True</property>
344
 
                <property name="border_width">12</property>
345
 
                <property name="spacing">12</property>
346
 
                <child>
347
 
                  <widget class="GtkVBox" id="vbox1">
348
 
                    <property name="visible">True</property>
349
 
                    <property name="spacing">6</property>
350
 
                    <child>
351
 
                      <widget class="GtkLabel" id="label10">
352
 
                        <property name="visible">True</property>
353
 
                        <property name="xalign">0</property>
354
 
                        <property name="ypad">6</property>
355
 
                        <property name="label" translatable="yes">&lt;b&gt;Preset&lt;/b&gt;</property>
356
 
                        <property name="use_markup">True</property>
357
 
                      </widget>
358
 
                      <packing>
359
 
                        <property name="expand">False</property>
360
 
                        <property name="fill">False</property>
361
 
                        <property name="position">0</property>
362
 
                      </packing>
363
 
                    </child>
364
 
                    <child>
365
 
                      <widget class="GtkScrolledWindow" id="scrolledwindow1">
366
 
                        <property name="visible">True</property>
367
 
                        <property name="can_focus">True</property>
368
 
                        <property name="hscrollbar_policy">automatic</property>
369
 
                        <property name="vscrollbar_policy">automatic</property>
370
 
                        <property name="shadow_type">in</property>
371
 
                        <child>
372
 
                          <widget class="GtkTreeView" id="audio_preset_treeview">
373
 
                            <property name="visible">True</property>
374
 
                            <property name="can_focus">True</property>
375
 
                          </widget>
376
 
                        </child>
377
 
                      </widget>
378
 
                      <packing>
379
 
                        <property name="position">1</property>
380
 
                      </packing>
381
 
                    </child>
382
 
                    <child>
383
 
                      <widget class="GtkHBox" id="hbox6">
384
 
                        <property name="visible">True</property>
385
 
                        <property name="spacing">6</property>
386
 
                        <child>
387
 
                          <widget class="GtkButton" id="add_audio_preset_button">
388
 
                            <property name="label">gtk-add</property>
389
 
                            <property name="visible">True</property>
390
 
                            <property name="can_focus">True</property>
391
 
                            <property name="receives_default">True</property>
392
 
                            <property name="use_stock">True</property>
393
 
                            <signal name="clicked" handler="_addAudioPresetButtonClickedCb"/>
394
 
                          </widget>
395
 
                          <packing>
396
 
                            <property name="expand">False</property>
397
 
                            <property name="fill">False</property>
398
 
                            <property name="position">0</property>
399
 
                          </packing>
400
 
                        </child>
401
 
                        <child>
402
 
                          <widget class="GtkButton" id="remove_audio_preset_button">
403
 
                            <property name="label">gtk-remove</property>
404
 
                            <property name="visible">True</property>
405
 
                            <property name="can_focus">True</property>
406
 
                            <property name="receives_default">True</property>
407
 
                            <property name="sensitive">False</property>
408
 
                            <property name="use_stock">True</property>
409
 
                            <signal name="clicked" handler="_removeAudioPresetButtonClickedCb"/>
410
 
                          </widget>
411
 
                          <packing>
412
 
                            <property name="expand">False</property>
413
 
                            <property name="fill">False</property>
414
 
                            <property name="position">1</property>
415
 
                          </packing>
416
 
                        </child>
417
 
                        <child>
418
 
                          <widget class="GtkButton" id="save_audio_preset_button">
419
 
                            <property name="label">gtk-save</property>
420
 
                            <property name="visible">True</property>
421
 
                            <property name="sensitive">False</property>
422
 
                            <property name="can_focus">True</property>
423
 
                            <property name="receives_default">True</property>
424
 
                            <property name="use_stock">True</property>
425
 
                            <signal name="clicked" handler="_saveAudioPresetButtonClickedCb"/>
426
 
                          </widget>
427
 
                          <packing>
428
 
                            <property name="position">2</property>
429
 
                          </packing>
430
 
                        </child>
431
 
                      </widget>
432
 
                      <packing>
433
 
                        <property name="expand">False</property>
434
 
                        <property name="fill">False</property>
435
 
                        <property name="position">2</property>
436
 
                      </packing>
437
 
                    </child>
438
 
                  </widget>
439
 
                  <packing>
440
 
                    <property name="expand">False</property>
441
 
                    <property name="fill">False</property>
442
 
                    <property name="position">0</property>
443
 
                  </packing>
444
 
                </child>
445
 
                <child>
446
 
                  <widget class="GtkTable" id="table7">
447
 
                    <property name="visible">True</property>
448
 
                    <property name="n_rows">4</property>
449
 
                    <property name="n_columns">2</property>
450
 
                    <property name="column_spacing">6</property>
451
 
                    <property name="row_spacing">6</property>
452
 
                    <child>
453
 
                      <widget class="GtkComboBox" id="channels_combo">
454
 
                        <property name="visible">True</property>
455
 
                        <property name="items" translatable="yes"></property>
456
 
                      </widget>
457
 
                      <packing>
458
 
                        <property name="left_attach">1</property>
459
 
                        <property name="right_attach">2</property>
460
 
                        <property name="top_attach">1</property>
461
 
                        <property name="bottom_attach">2</property>
462
 
                        <property name="y_options"></property>
463
 
                      </packing>
464
 
                    </child>
465
 
                    <child>
466
 
                      <widget class="GtkComboBox" id="sample_rate_combo">
467
 
                        <property name="visible">True</property>
468
 
                        <property name="items" translatable="yes"></property>
469
 
                      </widget>
470
 
                      <packing>
471
 
                        <property name="left_attach">1</property>
472
 
                        <property name="right_attach">2</property>
473
 
                        <property name="top_attach">2</property>
474
 
                        <property name="bottom_attach">3</property>
475
 
                        <property name="y_options"></property>
476
 
                      </packing>
477
 
                    </child>
478
 
                    <child>
479
 
                      <widget class="GtkComboBox" id="sample_depth_combo">
480
 
                        <property name="visible">True</property>
481
 
                        <property name="items" translatable="yes"></property>
482
 
                      </widget>
483
 
                      <packing>
484
 
                        <property name="left_attach">1</property>
485
 
                        <property name="right_attach">2</property>
486
 
                        <property name="top_attach">3</property>
487
 
                        <property name="bottom_attach">4</property>
488
 
                        <property name="y_options"></property>
489
 
                      </packing>
490
 
                    </child>
491
 
                    <child>
492
 
                      <widget class="GtkLabel" id="label23">
493
 
                        <property name="visible">True</property>
494
 
                        <property name="xalign">0</property>
495
 
                        <property name="ypad">6</property>
496
 
                        <property name="label" translatable="yes">&lt;b&gt;Format&lt;/b&gt;</property>
497
 
                        <property name="use_markup">True</property>
498
 
                      </widget>
499
 
                      <packing>
500
 
                        <property name="right_attach">2</property>
501
 
                        <property name="y_options"></property>
502
 
                      </packing>
503
 
                    </child>
504
 
                    <child>
505
 
                      <widget class="GtkAlignment" id="alignment2">
506
 
                        <property name="visible">True</property>
507
 
                        <property name="left_padding">12</property>
508
 
                        <child>
509
 
                          <widget class="GtkLabel" id="label1">
510
 
                            <property name="visible">True</property>
511
 
                            <property name="xalign">0</property>
512
 
                            <property name="label" translatable="yes">Channels:</property>
513
 
                          </widget>
514
 
                        </child>
515
 
                      </widget>
516
 
                      <packing>
517
 
                        <property name="top_attach">1</property>
518
 
                        <property name="bottom_attach">2</property>
519
 
                        <property name="x_options">GTK_FILL</property>
520
 
                        <property name="y_options"></property>
521
 
                      </packing>
522
 
                    </child>
523
 
                    <child>
524
 
                      <widget class="GtkAlignment" id="alignment3">
525
 
                        <property name="visible">True</property>
526
 
                        <property name="left_padding">12</property>
527
 
                        <child>
528
 
                          <widget class="GtkLabel" id="label3">
529
 
                            <property name="visible">True</property>
530
 
                            <property name="xalign">0</property>
531
 
                            <property name="label" translatable="yes">Sample rate:</property>
532
 
                          </widget>
533
 
                        </child>
534
 
                      </widget>
535
 
                      <packing>
536
 
                        <property name="top_attach">2</property>
537
 
                        <property name="bottom_attach">3</property>
538
 
                        <property name="x_options">GTK_FILL</property>
539
 
                        <property name="y_options"></property>
540
 
                      </packing>
541
 
                    </child>
542
 
                    <child>
543
 
                      <widget class="GtkAlignment" id="alignment4">
544
 
                        <property name="visible">True</property>
545
 
                        <property name="left_padding">12</property>
546
 
                        <child>
547
 
                          <widget class="GtkLabel" id="label4">
548
 
                            <property name="visible">True</property>
549
 
                            <property name="xalign">0</property>
550
 
                            <property name="label" translatable="yes">Sample depth:</property>
551
 
                          </widget>
552
 
                        </child>
553
 
                      </widget>
554
 
                      <packing>
555
 
                        <property name="top_attach">3</property>
556
 
                        <property name="bottom_attach">4</property>
557
 
                        <property name="x_options">GTK_FILL</property>
558
 
                        <property name="y_options"></property>
559
 
                      </packing>
560
 
                    </child>
561
 
                  </widget>
562
 
                  <packing>
563
 
                    <property name="position">1</property>
564
 
                  </packing>
565
 
                </child>
566
 
              </widget>
567
 
              <packing>
568
 
                <property name="position">1</property>
569
 
              </packing>
570
 
            </child>
571
 
            <child>
572
 
              <widget class="GtkLabel" id="label7">
573
 
                <property name="visible">True</property>
574
 
                <property name="label" translatable="yes">Audio</property>
575
 
                <property name="use_markup">True</property>
576
 
              </widget>
577
 
              <packing>
578
 
                <property name="position">1</property>
579
 
                <property name="tab_fill">False</property>
580
 
                <property name="type">tab</property>
581
 
              </packing>
582
 
            </child>
583
 
            <child>
584
 
              <widget class="GtkTable" id="table5">
585
 
                <property name="visible">True</property>
586
 
                <property name="border_width">12</property>
587
 
                <property name="n_rows">3</property>
588
 
                <property name="n_columns">2</property>
589
 
                <property name="column_spacing">6</property>
590
 
                <property name="row_spacing">6</property>
591
 
                <child>
592
 
                  <widget class="GtkSpinButton" id="year_spinbutton">
593
 
                    <property name="visible">True</property>
594
 
                    <property name="can_focus">True</property>
595
 
                    <property name="invisible_char">●</property>
596
 
                    <property name="adjustment">1900 1900 2500 1 10 10</property>
597
 
                  </widget>
598
 
                  <packing>
599
 
                    <property name="left_attach">1</property>
600
 
                    <property name="right_attach">2</property>
601
 
                    <property name="top_attach">2</property>
602
 
                    <property name="bottom_attach">3</property>
603
 
                    <property name="y_options"></property>
604
 
                  </packing>
605
 
                </child>
606
 
                <child>
607
 
                  <widget class="GtkEntry" id="author_entry">
608
 
                    <property name="visible">True</property>
609
 
                    <property name="can_focus">True</property>
610
 
                    <property name="invisible_char">●</property>
611
 
                    <property name="text" translatable="yes"></property>
612
 
                  </widget>
613
 
                  <packing>
614
 
                    <property name="left_attach">1</property>
615
 
                    <property name="right_attach">2</property>
616
 
                    <property name="top_attach">1</property>
617
 
                    <property name="bottom_attach">2</property>
618
 
                    <property name="y_options"></property>
619
 
                  </packing>
620
 
                </child>
621
 
                <child>
622
 
                  <widget class="GtkEntry" id="title_entry">
623
 
                    <property name="visible">True</property>
624
 
                    <property name="can_focus">True</property>
625
 
                    <property name="invisible_char">●</property>
626
 
                  </widget>
627
 
                  <packing>
628
 
                    <property name="left_attach">1</property>
629
 
                    <property name="right_attach">2</property>
630
 
                    <property name="y_options"></property>
631
 
                  </packing>
632
 
                </child>
633
 
                <child>
634
 
                  <widget class="GtkLabel" id="label25">
635
 
                    <property name="visible">True</property>
636
 
                    <property name="xalign">0</property>
637
 
                    <property name="label" translatable="yes">Author:</property>
638
 
                  </widget>
639
 
                  <packing>
640
 
                    <property name="top_attach">1</property>
641
 
                    <property name="bottom_attach">2</property>
642
 
                    <property name="x_options">GTK_FILL</property>
643
 
                    <property name="y_options"></property>
644
 
                  </packing>
645
 
                </child>
646
 
                <child>
647
 
                  <widget class="GtkLabel" id="label26">
648
 
                    <property name="visible">True</property>
649
 
                    <property name="xalign">0</property>
650
 
                    <property name="label" translatable="yes">Year:</property>
651
 
                  </widget>
652
 
                  <packing>
653
 
                    <property name="top_attach">2</property>
654
 
                    <property name="bottom_attach">3</property>
655
 
                    <property name="x_options">GTK_FILL</property>
656
 
                    <property name="y_options"></property>
657
 
                  </packing>
658
 
                </child>
659
 
                <child>
660
 
                  <widget class="GtkLabel" id="label24">
661
 
                    <property name="visible">True</property>
662
 
                    <property name="xalign">0</property>
663
 
                    <property name="label" translatable="yes">Project title:</property>
664
 
                  </widget>
665
 
                  <packing>
666
 
                    <property name="x_options">GTK_FILL</property>
667
 
                    <property name="y_options"></property>
668
 
                  </packing>
669
 
                </child>
670
 
              </widget>
671
 
              <packing>
672
 
                <property name="position">2</property>
673
 
              </packing>
674
 
            </child>
675
 
            <child>
676
 
              <widget class="GtkLabel" id="label6">
677
 
                <property name="visible">True</property>
678
 
                <property name="label" translatable="yes">Info</property>
679
 
                <property name="use_markup">True</property>
680
 
              </widget>
681
 
              <packing>
682
 
                <property name="position">2</property>
683
 
                <property name="tab_fill">False</property>
684
 
                <property name="type">tab</property>
685
 
              </packing>
686
 
            </child>
687
 
          </widget>
688
 
          <packing>
689
 
            <property name="position">1</property>
690
 
          </packing>
691
 
        </child>
692
 
        <child internal-child="action_area">
693
 
          <widget class="GtkHButtonBox" id="dialog-action_area1">
694
 
            <property name="visible">True</property>
695
 
            <property name="layout_style">end</property>
696
 
            <child>
697
 
              <widget class="GtkButton" id="button8">
698
 
                <property name="label">gtk-cancel</property>
699
 
                <property name="response_id">-6</property>
700
 
                <property name="visible">True</property>
701
 
                <property name="can_focus">True</property>
702
 
                <property name="receives_default">True</property>
703
 
                <property name="use_stock">True</property>
704
 
              </widget>
705
 
              <packing>
706
 
                <property name="expand">False</property>
707
 
                <property name="fill">False</property>
708
 
                <property name="position">0</property>
709
 
              </packing>
710
 
            </child>
711
 
            <child>
712
 
              <widget class="GtkButton" id="ok_button">
713
 
                <property name="label">gtk-ok</property>
714
 
                <property name="response_id">-5</property>
715
 
                <property name="visible">True</property>
716
 
                <property name="can_focus">True</property>
717
 
                <property name="receives_default">True</property>
718
 
                <property name="use_stock">True</property>
719
 
              </widget>
720
 
              <packing>
721
 
                <property name="expand">False</property>
722
 
                <property name="fill">False</property>
723
 
                <property name="position">1</property>
724
 
              </packing>
725
 
            </child>
726
 
          </widget>
727
 
          <packing>
728
 
            <property name="expand">False</property>
729
 
            <property name="pack_type">end</property>
730
 
            <property name="position">0</property>
731
 
          </packing>
732
 
        </child>
733
 
      </widget>
734
 
    </child>
735
 
  </widget>
736
 
</glade-interface>