~ubuntu-branches/debian/stretch/gnac/stretch

« back to all changes in this revision

Viewing changes to data/profiles/ui/gnac-profiles-flac.xml

  • Committer: Package Import Robot
  • Author(s): Khalid El Fathi
  • Date: 2012-04-14 20:15:31 UTC
  • Revision ID: package-import@ubuntu.com-20120414201531-2gcfq8fs94kgp9qr
Tags: upstream-0.2.4
ImportĀ upstreamĀ versionĀ 0.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkAdjustment" id="adjustment1"/>
 
5
  <object class="GtkAlignment" id="properties-alignment">
 
6
    <property name="visible">True</property>
 
7
    <property name="can_focus">False</property>
 
8
    <child>
 
9
      <object class="GtkTable" id="table2">
 
10
        <property name="visible">True</property>
 
11
        <property name="can_focus">False</property>
 
12
        <property name="n_rows">2</property>
 
13
        <property name="n_columns">2</property>
 
14
        <property name="column_spacing">10</property>
 
15
        <child>
 
16
          <object class="GtkExpander" id="expander2">
 
17
            <property name="visible">True</property>
 
18
            <property name="can_focus">True</property>
 
19
            <child>
 
20
              <object class="GtkAlignment" id="alignment2">
 
21
                <property name="visible">True</property>
 
22
                <property name="can_focus">False</property>
 
23
                <property name="left_padding">10</property>
 
24
                <child>
 
25
                  <object class="GtkTable" id="properties-table-advanced">
 
26
                    <property name="visible">True</property>
 
27
                    <property name="can_focus">False</property>
 
28
                    <property name="n_columns">2</property>
 
29
                    <property name="column_spacing">10</property>
 
30
                    <property name="row_spacing">5</property>
 
31
                    <child>
 
32
                      <placeholder/>
 
33
                    </child>
 
34
                    <child>
 
35
                      <placeholder/>
 
36
                    </child>
 
37
                    <child>
 
38
                      <placeholder/>
 
39
                    </child>
 
40
                    <child>
 
41
                      <placeholder/>
 
42
                    </child>
 
43
                  </object>
 
44
                </child>
 
45
              </object>
 
46
            </child>
 
47
            <child type="label">
 
48
              <object class="GtkLabel" id="label2">
 
49
                <property name="visible">True</property>
 
50
                <property name="can_focus">False</property>
 
51
                <property name="ypad">10</property>
 
52
                <property name="label" translatable="yes">Advanced</property>
 
53
              </object>
 
54
            </child>
 
55
          </object>
 
56
          <packing>
 
57
            <property name="right_attach">2</property>
 
58
            <property name="top_attach">1</property>
 
59
            <property name="bottom_attach">2</property>
 
60
          </packing>
 
61
        </child>
 
62
        <child>
 
63
          <object class="GtkHBox" id="hbox-quality">
 
64
            <property name="visible">True</property>
 
65
            <property name="can_focus">False</property>
 
66
            <child>
 
67
              <object class="GtkLabel" id="label6">
 
68
                <property name="visible">True</property>
 
69
                <property name="can_focus">False</property>
 
70
                <property name="label" translatable="yes">fastest</property>
 
71
                <attributes>
 
72
                  <attribute name="style" value="italic"/>
 
73
                </attributes>
 
74
              </object>
 
75
              <packing>
 
76
                <property name="expand">False</property>
 
77
                <property name="fill">False</property>
 
78
                <property name="padding">5</property>
 
79
                <property name="position">0</property>
 
80
              </packing>
 
81
            </child>
 
82
            <child>
 
83
              <object class="GtkHScale" id="slider-compression">
 
84
                <property name="visible">True</property>
 
85
                <property name="can_focus">True</property>
 
86
                <property name="adjustment">adjustment1</property>
 
87
                <property name="digits">0</property>
 
88
                <signal name="value-changed" handler="gnac_profiles_flac_generate_pipeline" swapped="no"/>
 
89
              </object>
 
90
              <packing>
 
91
                <property name="expand">True</property>
 
92
                <property name="fill">True</property>
 
93
                <property name="position">1</property>
 
94
              </packing>
 
95
            </child>
 
96
            <child>
 
97
              <object class="GtkLabel" id="label7">
 
98
                <property name="visible">True</property>
 
99
                <property name="can_focus">False</property>
 
100
                <property name="label" translatable="yes">highest</property>
 
101
                <attributes>
 
102
                  <attribute name="style" value="italic"/>
 
103
                </attributes>
 
104
              </object>
 
105
              <packing>
 
106
                <property name="expand">False</property>
 
107
                <property name="fill">False</property>
 
108
                <property name="padding">5</property>
 
109
                <property name="position">2</property>
 
110
              </packing>
 
111
            </child>
 
112
          </object>
 
113
          <packing>
 
114
            <property name="left_attach">1</property>
 
115
            <property name="right_attach">2</property>
 
116
            <property name="y_options"></property>
 
117
          </packing>
 
118
        </child>
 
119
        <child>
 
120
          <object class="GtkLabel" id="label-compression">
 
121
            <property name="visible">True</property>
 
122
            <property name="can_focus">False</property>
 
123
            <property name="xalign">0</property>
 
124
            <property name="label" translatable="yes">Compression</property>
 
125
          </object>
 
126
          <packing>
 
127
            <property name="x_options">GTK_FILL</property>
 
128
            <property name="y_options"></property>
 
129
          </packing>
 
130
        </child>
 
131
      </object>
 
132
    </child>
 
133
  </object>
 
134
</interface>