Move UI files that differ between Maemo and Desktop
[gpodder.git] / data / ui / desktop / gpodderdeviceplaylist.ui
blobeefd311a6712f063584b1b27220ae07eea13e47a
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--*- mode: xml -*-->
3 <interface>
4 <object class="GtkDialog" id="gPodderDevicePlaylist">
5 <property name="visible">True</property>
6 <property name="default_height">300</property>
7 <property name="default_width">500</property>
8 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9 <property name="modal">True</property>
10 <property name="title" translatable="yes">Manage playlist on MP3 player</property>
11 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
12 <child internal-child="vbox">
13 <object class="GtkVBox" id="dialog1-vbox">
14 <property name="border_width">2</property>
15 <property name="visible">True</property>
16 <child>
17 <object class="GtkLabel" id="labelPlayListHeader">
18 <property name="visible">True</property>
19 <property name="label" translatable="yes">&lt;b&gt;&lt;big&gt;Playlist manager&lt;/big&gt;&lt;/b&gt;</property>
20 <property name="use_underline">True</property>
21 <property name="use_markup">True</property>
22 <property name="wrap">False</property>
23 <property name="selectable">False</property>
24 <property name="xalign">0.0</property>
25 <property name="ypad">3</property>
26 <property name="width_chars">-1</property>
27 <property name="single_line_mode">False</property>
28 </object>
29 <packing>
30 <property name="expand">False</property>
31 <property name="pack_type">start</property>
32 </packing>
33 </child>
34 <child>
35 <object class="GtkLabel" id="labelPlayListInstructions">
36 <property name="visible">True</property>
37 <property name="label" translatable="yes">Create your playlist by selecting and sorting these episodes.</property>
38 <property name="use_underline">True</property>
39 <property name="use_markup">False</property>
40 <property name="wrap">False</property>
41 <property name="selectable">False</property>
42 <property name="xalign">0.0</property>
43 <property name="ypad">3</property>
44 <property name="width_chars">-1</property>
45 <property name="single_line_mode">False</property>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="pack_type">start</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkScrolledWindow" id="scrollPlaylist">
54 <property name="border_width">6</property>
55 <property name="hscrollbar_policy">automatic</property>
56 <property name="is_focus">True</property>
57 <property name="shadow_type">in</property>
58 <property name="visible">True</property>
59 <property name="vscrollbar_policy">automatic</property>
60 <child>
61 <object class="GtkTreeView" id="treeviewPlaylist">
62 <property name="visible">True</property>
63 </object>
64 </child>
65 </object>
66 <packing>
67 <property name="pack_type">start</property>
68 </packing>
69 </child>
70 <child internal-child="action_area">
71 <object class="GtkHButtonBox" id="dialog1-action_area">
72 <property name="border_width">5</property>
73 <property name="layout_style">end</property>
74 <property name="spacing">6</property>
75 <property name="visible">True</property>
76 <child>
77 <object class="GtkButton" id="btnCancelPlaylist">
78 <property name="label">gtk-cancel</property>
79 <property name="use_stock">True</property>
80 <property name="visible">True</property>
81 <signal handler="on_btnCancelPlaylist_clicked" name="clicked"/>
82 </object>
83 </child>
84 <child>
85 <object class="GtkButton" id="btnSavePlaylist">
86 <property name="label">gtk-save</property>
87 <property name="use_stock">True</property>
88 <property name="visible">True</property>
89 <signal handler="on_btnSavePlaylist_clicked" name="clicked"/>
90 </object>
91 <packing>
92 <property name="position">1</property>
93 </packing>
94 </child>
95 </object>
96 <packing>
97 <property name="expand">False</property>
98 <property name="pack_type">end</property>
99 </packing>
100 </child>
101 </object>
102 </child>
103 </object>
104 </interface>