~ubuntu-branches/ubuntu/lucid/exaile/lucid

« back to all changes in this revision

Viewing changes to plugins/cd/cdprefs_pane.ui

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2010-02-12 19:51:01 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100212195101-8jt3tculxcl92e6v
Tags: 0.3.1~b1-0ubuntu1
* New upstream release.
* Adjust exaile.install for new plugins.
* debian/control:
 - Drop unneeded python-dev Build-Dep.
 - Bump Standards-Version to 3.8.4 
* debian/rules: No empty po files to delete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkListStore" id="model1">
 
6
    <columns>
 
7
      <!-- column-name gchararray -->
 
8
      <column type="gchararray"/>
 
9
    </columns>
 
10
    <data>
 
11
      <row>
 
12
        <col id="0" translatable="yes">Ogg Vorbis</col>
 
13
      </row>
 
14
      <row>
 
15
        <col id="0" translatable="yes">FLAC</col>
 
16
      </row>
 
17
      <row>
 
18
        <col id="0" translatable="yes">AAC</col>
 
19
      </row>
 
20
      <row>
 
21
        <col id="0" translatable="yes">MP3 (VBR)</col>
 
22
      </row>
 
23
      <row>
 
24
        <col id="0" translatable="yes">MP3 (CBR)</col>
 
25
      </row>
 
26
      <row>
 
27
        <col id="0" translatable="yes">WavPack</col>
 
28
      </row>
 
29
    </data>
 
30
  </object>
 
31
  <object class="GtkWindow" id="cd_prefs_window">
 
32
    <child>
 
33
      <object class="GtkVBox" id="prefs_pane">
 
34
        <property name="visible">True</property>
 
35
        <property name="orientation">vertical</property>
 
36
        <child>
 
37
          <object class="GtkHBox" id="hbox1">
 
38
            <property name="visible">True</property>
 
39
            <child>
 
40
              <object class="GtkLabel" id="label1">
 
41
                <property name="visible">True</property>
 
42
                <property name="label" translatable="yes">Import format: </property>
 
43
              </object>
 
44
              <packing>
 
45
                <property name="expand">False</property>
 
46
                <property name="position">0</property>
 
47
              </packing>
 
48
            </child>
 
49
            <child>
 
50
              <object class="GtkComboBox" id="cd_import/format">
 
51
                <property name="visible">True</property>
 
52
                <property name="model">model1</property>
 
53
                <child>
 
54
                  <object class="GtkCellRendererText" id="renderer1"/>
 
55
                  <attributes>
 
56
                    <attribute name="text">0</attribute>
 
57
                  </attributes>
 
58
                </child>
 
59
              </object>
 
60
              <packing>
 
61
                <property name="expand">False</property>
 
62
                <property name="position">1</property>
 
63
              </packing>
 
64
            </child>
 
65
            <child>
 
66
              <placeholder/>
 
67
            </child>
 
68
          </object>
 
69
          <packing>
 
70
            <property name="expand">False</property>
 
71
            <property name="position">0</property>
 
72
          </packing>
 
73
        </child>
 
74
        <child>
 
75
          <object class="GtkHBox" id="hbox2">
 
76
            <property name="visible">True</property>
 
77
            <child>
 
78
              <object class="GtkLabel" id="label2">
 
79
                <property name="visible">True</property>
 
80
                <property name="label" translatable="yes">Import quality: </property>
 
81
              </object>
 
82
              <packing>
 
83
                <property name="expand">False</property>
 
84
                <property name="position">0</property>
 
85
              </packing>
 
86
            </child>
 
87
            <child>
 
88
              <object class="GtkComboBox" id="cd_import/quality">
 
89
                <property name="visible">True</property>
 
90
              </object>
 
91
              <packing>
 
92
                <property name="expand">False</property>
 
93
                <property name="fill">False</property>
 
94
                <property name="position">1</property>
 
95
              </packing>
 
96
            </child>
 
97
            <child>
 
98
              <placeholder/>
 
99
            </child>
 
100
          </object>
 
101
          <packing>
 
102
            <property name="expand">False</property>
 
103
            <property name="position">1</property>
 
104
          </packing>
 
105
        </child>
 
106
        <child>
 
107
          <object class="GtkHBox" id="hbox3">
 
108
            <property name="visible">True</property>
 
109
            <child>
 
110
              <object class="GtkLabel" id="label3">
 
111
                <property name="visible">True</property>
 
112
                <property name="label" translatable="yes">Import path: </property>
 
113
              </object>
 
114
              <packing>
 
115
                <property name="expand">False</property>
 
116
                <property name="position">0</property>
 
117
              </packing>
 
118
            </child>
 
119
            <child>
 
120
              <object class="GtkComboBoxEntry" id="cd_import/outpath">
 
121
                <property name="visible">True</property>
 
122
              </object>
 
123
              <packing>
 
124
                <property name="position">1</property>
 
125
              </packing>
 
126
            </child>
 
127
          </object>
 
128
          <packing>
 
129
            <property name="expand">False</property>
 
130
            <property name="position">2</property>
 
131
          </packing>
 
132
        </child>
 
133
        <child>
 
134
          <placeholder/>
 
135
        </child>
 
136
      </object>
 
137
    </child>
 
138
  </object>
 
139
</interface>