Add gpodder.net settings to preferences (Desktop UI)
[gpodder.git] / data / ui / mygpoddersettings.ui
blob1799462280a4287d0c91632af6dfb8a8d0909254
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4 <object class="GtkDialog" id="MygPodderSettings">
5 <property name="default_width">320</property>
6 <property name="title" translatable="yes">My gpodder.net account</property>
7 <property name="type_hint">dialog</property>
8 <property name="visible">True</property>
9 <property name="modal">True</property>
10 <signal handler="on_delete_event" name="delete-event"/>
11 <child internal-child="vbox">
12 <object class="GtkVBox" id="vbox">
13 <property name="border_width">2</property>
14 <property name="visible">True</property>
15 <child>
16 <object class="GtkTable" id="table">
17 <property name="border_width">6</property>
18 <property name="column_spacing">6</property>
19 <property name="n_columns">3</property>
20 <property name="n_rows">7</property>
21 <property name="row_spacing">6</property>
22 <property name="visible">True</property>
23 <child>
24 <object class="GtkCheckButton" id="checkbutton_enable">
25 <property name="label" translatable="yes">Synchronize subscriptions and episode actions</property>
26 <property name="visible">True</property>
27 <signal handler="on_enabled_toggled" name="toggled"/>
28 </object>
29 <packing>
30 <property name="bottom_attach">2</property>
31 <property name="right_attach">3</property>
32 <property name="top_attach">1</property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkLabel" id="label_username">
37 <property name="label" translatable="yes">Username:</property>
38 <property name="visible">True</property>
39 <property name="xalign">1.0</property>
40 </object>
41 <packing>
42 <property name="bottom_attach">3</property>
43 <property name="top_attach">2</property>
44 <property name="x_options">fill</property>
45 </packing>
46 </child>
47 <child>
48 <object class="GtkLabel" id="label_password">
49 <property name="label" translatable="yes">Password:</property>
50 <property name="visible">True</property>
51 <property name="xalign">1.0</property>
52 </object>
53 <packing>
54 <property name="bottom_attach">4</property>
55 <property name="top_attach">3</property>
56 <property name="x_options">fill</property>
57 </packing>
58 </child>
59 <child>
60 <object class="GtkButton" id="button_overwrite">
61 <property name="label" translatable="yes">Replace list on server with local subscriptions</property>
62 <property name="visible">True</property>
63 <signal handler="on_button_overwrite_clicked" name="clicked"/>
64 </object>
65 <packing>
66 <property name="bottom_attach">6</property>
67 <property name="right_attach">3</property>
68 <property name="top_attach">5</property>
69 </packing>
70 </child>
71 <child>
72 <object class="GtkLabel" id="label_caption">
73 <property name="label" translatable="yes">Device name:</property>
74 <property name="visible">True</property>
75 <property name="xalign">1.0</property>
76 </object>
77 <packing>
78 <property name="bottom_attach">5</property>
79 <property name="top_attach">4</property>
80 <property name="x_options">fill</property>
81 </packing>
82 </child>
83 <child>
84 <object class="GtkEntry" id="entry_username">
85 <property name="visible">True</property>
86 <signal handler="on_username_changed" name="changed"/>
87 </object>
88 <packing>
89 <property name="bottom_attach">3</property>
90 <property name="left_attach">1</property>
91 <property name="right_attach">3</property>
92 <property name="top_attach">2</property>
93 </packing>
94 </child>
95 <child>
96 <object class="GtkEntry" id="entry_password">
97 <property name="visibility">False</property>
98 <property name="is_focus">True</property>
99 <property name="visible">True</property>
100 <signal handler="on_password_changed" name="changed"/>
101 </object>
102 <packing>
103 <property name="bottom_attach">4</property>
104 <property name="left_attach">1</property>
105 <property name="right_attach">3</property>
106 <property name="top_attach">3</property>
107 </packing>
108 </child>
109 <child>
110 <object class="GtkEntry" id="entry_caption">
111 <property name="visible">True</property>
112 <signal handler="on_device_caption_changed" name="changed"/>
113 </object>
114 <packing>
115 <property name="bottom_attach">5</property>
116 <property name="left_attach">1</property>
117 <property name="right_attach">3</property>
118 <property name="top_attach">4</property>
119 </packing>
120 </child>
121 </object>
122 <packing>
123 <property name="position">2</property>
124 </packing>
125 </child>
126 <child internal-child="action_area">
127 <object class="GtkHButtonBox" id="action_area">
128 <property name="border_width">5</property>
129 <property name="layout_style">end</property>
130 <property name="spacing">6</property>
131 <property name="visible">True</property>
132 <child>
133 <object class="GtkButton" id="button_close">
134 <property name="label">gtk-close</property>
135 <property name="use_stock">True</property>
136 <property name="visible">True</property>
137 <signal handler="on_button_close_clicked" name="clicked"/>
138 </object>
139 <packing>
140 <property name="expand">True</property>
141 <property name="fill">True</property>
142 </packing>
143 </child>
144 </object>
145 <packing>
146 <property name="expand">False</property>
147 <property name="pack_type">end</property>
148 </packing>
149 </child>
150 </object>
151 </child>
152 </object>
153 </interface>