1<interface domain="easytag">
2    <requires lib="gtk+" version="3.10"/>
3    <template class="EtFileArea" parent="GtkBin">
4        <property name="visible">True</property>
5        <child>
6            <object class="GtkGrid" id="file_grid">
7                <property name="border-width">6</property>
8                <property name="column-spacing">6</property>
9                <property name="row-spacing">6</property>
10                <property name="visible">True</property>
11                <child>
12                    <object class="GtkLabel" id="file_label">
13                        <property name="halign">start</property>
14                        <property name="label" translatable="yes">File</property>
15                        <property name="visible">True</property>
16                        <attributes>
17                            <attribute name="weight" value="bold"/>
18                        </attributes>
19                    </object>
20                    <packing>
21                        <property name="left-attach">0</property>
22                        <property name="top-attach">0</property>
23                        <property name="width">2</property>
24                    </packing>
25                </child>
26                <child>
27                    <object class="GtkLabel" id="index_label">
28                        <property name="label" translatable="yes">0/0:</property>
29                        <property name="margin-left">12</property>
30                        <property name="visible">True</property>
31                    </object>
32                    <packing>
33                        <property name="left-attach">0</property>
34                        <property name="top-attach">1</property>
35                    </packing>
36                </child>
37                <child>
38                    <object class="GtkEntry" id="name_entry">
39                        <property name="hexpand">True</property>
40                        <property name="visible">True</property>
41                        <signal name="populate-popup" handler="on_entry_populate_popup"/>
42                    </object>
43                    <packing>
44                        <property name="left-attach">1</property>
45                        <property name="top-attach">1</property>
46                    </packing>
47                </child>
48                <child>
49                    <object class="GtkGrid" id="header_grid">
50                        <property name="column-spacing">6</property>
51                        <property name="margin-left">12</property>
52                        <property name="visible">true</property>
53                        <child>
54                            <object class="GtkLabel" id="version_label">
55                                <property name="halign">end</property>
56                                <property name="label" translatable="yes">Encoder:</property>
57                                <property name="visible">True</property>
58                            </object>
59                            <packing>
60                                <property name="left-attach">0</property>
61                                <property name="top-attach">0</property>
62                            </packing>
63                        </child>
64                        <child>
65                            <object class="GtkLabel" id="version_value_label">
66                                <property name="halign">start</property>
67                                <property name="visible">True</property>
68                            </object>
69                            <packing>
70                                <property name="left-attach">1</property>
71                                <property name="top-attach">0</property>
72                            </packing>
73                        </child>
74                        <child>
75                            <object class="GtkLabel" id="bitrate_label">
76                                <property name="halign">end</property>
77                                <property name="label" translatable="yes">Bitrate:</property>
78                                <property name="visible">True</property>
79                            </object>
80                            <packing>
81                                <property name="left-attach">0</property>
82                                <property name="top-attach">1</property>
83                            </packing>
84                        </child>
85                        <child>
86                            <object class="GtkLabel" id="bitrate_value_label">
87                                <property name="halign">start</property>
88                                <property name="visible">True</property>
89                            </object>
90                            <packing>
91                                <property name="left-attach">1</property>
92                                <property name="top-attach">1</property>
93                            </packing>
94                        </child>
95                        <child>
96                            <object class="GtkLabel" id="samplerate_label">
97                                <property name="halign">end</property>
98                                <property name="label" translatable="yes">Sample rate:</property>
99                                <property name="visible">True</property>
100                            </object>
101                            <packing>
102                                <property name="left-attach">0</property>
103                                <property name="top-attach">2</property>
104                            </packing>
105                        </child>
106                        <child>
107                            <object class="GtkLabel" id="samplerate_value_label">
108                                <property name="halign">start</property>
109                                <property name="visible">True</property>
110                            </object>
111                            <packing>
112                                <property name="left-attach">1</property>
113                                <property name="top-attach">2</property>
114                            </packing>
115                        </child>
116                        <child>
117                            <object class="GtkSeparator" id="field_separator">
118                                <property name="orientation">vertical</property>
119                                <property name="visible">True</property>
120                            </object>
121                            <packing>
122                                <property name="height">3</property>
123                                <property name="left-attach">2</property>
124                                <property name="top-attach">0</property>
125                            </packing>
126                        </child>
127                        <child>
128                            <object class="GtkLabel" id="mode_label">
129                                <property name="halign">end</property>
130                                <property name="label" translatable="yes">Mode:</property>
131                                <property name="visible">True</property>
132                            </object>
133                            <packing>
134                                <property name="left-attach">3</property>
135                                <property name="top-attach">0</property>
136                            </packing>
137                        </child>
138                        <child>
139                            <object class="GtkLabel" id="mode_value_label">
140                                <property name="halign">start</property>
141                                <property name="visible">True</property>
142                            </object>
143                            <packing>
144                                <property name="left-attach">4</property>
145                                <property name="top-attach">0</property>
146                            </packing>
147                        </child>
148                        <child>
149                            <object class="GtkLabel" id="size_label">
150                                <property name="halign">end</property>
151                                <property name="label" translatable="yes">Size:</property>
152                                <property name="visible">True</property>
153                            </object>
154                            <packing>
155                                <property name="left-attach">3</property>
156                                <property name="top-attach">1</property>
157                            </packing>
158                        </child>
159                        <child>
160                            <object class="GtkLabel" id="size_value_label">
161                                <property name="halign">start</property>
162                                <property name="visible">True</property>
163                            </object>
164                            <packing>
165                                <property name="left-attach">4</property>
166                                <property name="top-attach">1</property>
167                            </packing>
168                        </child>
169                        <child>
170                            <object class="GtkLabel" id="duration_label">
171                                <property name="halign">end</property>
172                                <property name="label" translatable="yes">Duration:</property>
173                                <property name="visible">True</property>
174                            </object>
175                            <packing>
176                                <property name="left-attach">3</property>
177                                <property name="top-attach">2</property>
178                            </packing>
179                        </child>
180                        <child>
181                            <object class="GtkLabel" id="duration_value_label">
182                                <property name="halign">start</property>
183                                <property name="visible">True</property>
184                            </object>
185                            <packing>
186                                <property name="left-attach">4</property>
187                                <property name="top-attach">2</property>
188                            </packing>
189                        </child>
190                    </object>
191                    <packing>
192                        <property name="left-attach">0</property>
193                        <property name="top-attach">3</property>
194                        <property name="width">2</property>
195                    </packing>
196                </child>
197            </object>
198        </child>
199    </template>
200</interface>
201