blob: 997084377361bfd3274905a5f02c7b3933c82d44 [file] [log] [blame]
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -04001<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="3.10"/>
Stepan Salenikovichab0f5be2016-02-05 15:16:35 -05004 <template class="MediaSettingsView" parent="GtkScrolledWindow">
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -04005 <property name="visible">True</property>
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -04006 <child>
7 <object class="GtkBox" id="vbox_main">
8 <property name="visible">True</property>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -05009 <property name="orientation">horizontal</property>
Stepan Salenikovich5d3506e2015-03-30 11:01:29 -040010 <!-- start audio selection -->
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -040011 <child>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -050012 <object class="GtkGrid" id="grid_left">
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -040013 <property name="visible">True</property>
14 <property name="can_focus">False</property>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -050015 <property name="row_spacing">10</property>
16 <property name="column_spacing">10</property>
17 <property name="border_width">10</property>
18 <!-- start audio selection -->
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -040019 <child>
Stepan Salenikovich5d3506e2015-03-30 11:01:29 -040020 <object class="GtkLabel" id="label_audio_selection">
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -040021 <property name="visible">True</property>
22 <property name="can_focus">False</property>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -050023 <property name="halign">start</property>
24 <property name="label" translatable="yes">Audio Settings</property>
Adrien Béraudcf3e08c2016-03-03 22:55:21 -050025 <property name="ellipsize">end</property>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -050026 <attributes>
27 <attribute name="weight" value="bold"/>
28 </attributes>
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -040029 </object>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -050030 <packing>
31 <property name="left_attach">0</property>
32 <property name="top_attach">0</property>
33 <property name="width">2</property>
34 </packing>
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -040035 </child>
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -040036 <child>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -050037 <object class="GtkLabel" id="label_manager">
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -040038 <property name="visible">True</property>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -050039 <property name="halign">end</property>
40 <property name="label" translatable="yes">Audio manager:</property>
41 <property name="margin_left">10</property>
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -040042 </object>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -050043 <packing>
44 <property name="left_attach">0</property>
45 <property name="top_attach">1</property>
46 </packing>
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -040047 </child>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -050048 <child>
49 <object class="GtkLabel" id="label_ringtone">
50 <property name="visible">True</property>
51 <property name="halign">end</property>
52 <property name="label" translatable="yes">Ringtone device:</property>
53 <property name="margin_left">10</property>
54 </object>
55 <packing>
56 <property name="left_attach">0</property>
57 <property name="top_attach">2</property>
58 </packing>
59 </child>
60 <child>
61 <object class="GtkLabel" id="label_output">
62 <property name="visible">True</property>
63 <property name="halign">end</property>
64 <property name="label" translatable="yes">Output device:</property>
65 <property name="margin_left">10</property>
66 </object>
67 <packing>
68 <property name="left_attach">0</property>
69 <property name="top_attach">3</property>
70 </packing>
71 </child>
72 <child>
73 <object class="GtkLabel" id="label_input">
74 <property name="visible">True</property>
75 <property name="halign">end</property>
76 <property name="label" translatable="yes">Input device:</property>
77 <property name="margin_left">10</property>
78 </object>
79 <packing>
80 <property name="left_attach">0</property>
81 <property name="top_attach">4</property>
82 </packing>
83 </child>
84 <child>
85 <object class="GtkComboBox" id="combobox_manager">
86 <property name="visible">True</property>
87 <property name="popup-fixed-width">False</property>
88 <property name="margin_left">10</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="GtkComboBox" id="combobox_ringtone">
97 <property name="visible">True</property>
98 <property name="popup-fixed-width">False</property>
99 <property name="margin_left">10</property>
100 </object>
101 <packing>
102 <property name="left_attach">1</property>
103 <property name="top_attach">2</property>
104 </packing>
105 </child>
106 <child>
107 <object class="GtkComboBox" id="combobox_output">
108 <property name="visible">True</property>
109 <property name="popup-fixed-width">False</property>
110 <property name="margin_left">10</property>
111 </object>
112 <packing>
113 <property name="left_attach">1</property>
114 <property name="top_attach">3</property>
115 </packing>
116 </child>
117 <child>
118 <object class="GtkComboBox" id="combobox_input">
119 <property name="visible">True</property>
120 <property name="popup-fixed-width">False</property>
121 <property name="margin_left">10</property>
122 </object>
123 <packing>
124 <property name="left_attach">1</property>
125 <property name="top_attach">4</property>
126 </packing>
127 </child>
128 <!-- end audio selection -->
129 <!-- start camera selection -->
130 <child>
Stepan Salenikovich5d3506e2015-03-30 11:01:29 -0400131 <object class="GtkLabel" id="label_camera_selection">
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -0400132 <property name="visible">True</property>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -0500133 <property name="halign">start</property>
134 <property name="label" translatable="yes">Camera Settings</property>
Adrien Béraudcf3e08c2016-03-03 22:55:21 -0500135 <property name="ellipsize">end</property>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -0500136 <attributes>
137 <attribute name="weight" value="bold"/>
138 </attributes>
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -0400139 </object>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -0500140 <packing>
141 <property name="left_attach">0</property>
142 <property name="top_attach">5</property>
143 <property name="width">2</property>
144 </packing>
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -0400145 </child>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -0500146 <child>
147 <object class="GtkLabel" id="label_device">
148 <property name="visible">True</property>
149 <property name="halign">end</property>
150 <property name="label" translatable="yes">Device:</property>
151 <property name="margin_left">10</property>
152 </object>
153 <packing>
154 <property name="left_attach">0</property>
155 <property name="top_attach">6</property>
156 </packing>
157 </child>
158 <child>
159 <object class="GtkLabel" id="label_channel">
160 <property name="visible">True</property>
161 <property name="halign">end</property>
162 <property name="label" translatable="yes">Channel:</property>
163 <property name="margin_left">10</property>
164 </object>
165 <packing>
166 <property name="left_attach">0</property>
167 <property name="top_attach">7</property>
168 </packing>
169 </child>
170 <child>
171 <object class="GtkLabel" id="label_resolution">
172 <property name="visible">True</property>
173 <property name="halign">end</property>
174 <property name="label" translatable="yes">Resolution:</property>
175 <property name="margin_left">10</property>
176 </object>
177 <packing>
178 <property name="left_attach">0</property>
179 <property name="top_attach">8</property>
180 </packing>
181 </child>
182 <child>
183 <object class="GtkLabel" id="label_rate">
184 <property name="visible">True</property>
185 <property name="halign">end</property>
186 <property name="label" translatable="yes">Frame rate:</property>
187 <property name="margin_left">10</property>
188 </object>
189 <packing>
190 <property name="left_attach">0</property>
191 <property name="top_attach">9</property>
192 </packing>
193 </child>
194 <child>
195 <object class="GtkComboBox" id="combobox_device">
196 <property name="visible">True</property>
197 <property name="popup-fixed-width">False</property>
198 <property name="margin_left">10</property>
199 </object>
200 <packing>
201 <property name="left_attach">1</property>
202 <property name="top_attach">6</property>
203 </packing>
204 </child>
205 <child>
206 <object class="GtkComboBox" id="combobox_channel">
207 <property name="visible">True</property>
208 <property name="popup-fixed-width">False</property>
209 <property name="margin_left">10</property>
210 </object>
211 <packing>
212 <property name="left_attach">1</property>
213 <property name="top_attach">7</property>
214 </packing>
215 </child>
216 <child>
217 <object class="GtkComboBox" id="combobox_resolution">
218 <property name="visible">True</property>
219 <property name="popup-fixed-width">False</property>
220 <property name="margin_left">10</property>
221 </object>
222 <packing>
223 <property name="left_attach">1</property>
224 <property name="top_attach">8</property>
225 </packing>
226 </child>
227 <child>
228 <object class="GtkComboBox" id="combobox_framerate">
229 <property name="visible">True</property>
230 <property name="popup-fixed-width">False</property>
231 <property name="margin_left">10</property>
232 </object>
233 <packing>
234 <property name="left_attach">1</property>
235 <property name="top_attach">9</property>
236 </packing>
237 </child>
238 <!-- end camera selection -->
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -0400239 </object>
240 <packing>
241 <property name="expand">False</property>
Stepan Salenikovich1118d7a2016-02-05 15:52:55 -0500242 <property name="fill">False</property>
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -0400243 </packing>
244 </child>
245 </object>
246 <packing>
247 <property name="expand">False</property>
Adrien Béraudcf3e08c2016-03-03 22:55:21 -0500248 <property name="fill">False</property>
Stepan Salenikovichf903d1b2015-03-25 14:51:45 -0400249 </packing>
250 </child>
251 </template>
252</interface>