1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.22.1 -->
3<!--
4
5  Copyright (C) 2019 Alexandros Theodotou <alex at zrythm dot org>
6
7  This file is part of Zrythm
8
9  Zrythm is free software: you can redistribute it and/or modify
10  it under the terms of the GNU Affero General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  (at your option) any later version.
13
14  Zrythm is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  GNU Affero General Public License for more details.
18
19  You should have received a copy of the GNU Affero General Public License
20  along with Zrythm.  If not, see <https://www.gnu.org/licenses/>.
21
22-->
23<interface>
24  <requires lib="gtk+" version="3.20"/>
25  <template class="QuantizeBoxWidget"
26    parent="GtkButtonBox">
27    <property name="visible">True</property>
28    <property name="can_focus">False</property>
29    <property name="spacing">1</property>
30    <property name="layout_style">expand</property>
31    <child>
32      <object class="GtkButton"
33        id="quick_quantize_btn">
34        <property name="visible">True</property>
35        <property name="can_focus">True</property>
36        <property name="receives_default">True</property>
37        <property name="action_name">app.quick-quantize</property>
38        <property name="action_target">"global"</property>
39        <property name="tooltip-text" translatable="yes">Quick Quantize</property>
40        <child>
41          <object class="GtkImage">
42            <property name="visible">True</property>
43            <property name="can_focus">False</property>
44            <property name="icon-name">quick-quantize</property>
45          </object>
46        </child>
47      </object>
48      <packing>
49        <property name="expand">True</property>
50        <property name="fill">True</property>
51        <property name="position">0</property>
52      </packing>
53    </child>
54    <child>
55      <object class="GtkButton" id="quantize_opts_btn">
56        <property name="visible">True</property>
57        <property name="can_focus">True</property>
58        <property name="receives_default">True</property>
59        <property name="action_name">app.quantize-options</property>
60        <property name="action_target">"global"</property>
61        <property name="tooltip-text" translatable="yes">Full Quantize...</property>
62        <child>
63          <object class="GtkImage">
64            <property name="visible">True</property>
65            <property name="can_focus">False</property>
66            <property name="icon-name">quantize-options</property>
67          </object>
68        </child>
69      </object>
70      <packing>
71        <property name="expand">True</property>
72        <property name="fill">True</property>
73        <property name="position">1</property>
74      </packing>
75    </child>
76  </template>
77</interface>
78