1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- Generated with glade 3.18.3 --> |
---|
3 | <interface> |
---|
4 | <requires lib="gtk+" version="3.12"/> |
---|
5 | <object class="GtkListStore" id="liststore1"> |
---|
6 | <columns> |
---|
7 | <!-- column-name ttt --> |
---|
8 | <column type="gchararray"/> |
---|
9 | <!-- column-name ggg --> |
---|
10 | <column type="gchararray"/> |
---|
11 | </columns> |
---|
12 | <data> |
---|
13 | <row> |
---|
14 | <col id="0" translatable="yes">Downloading</col> |
---|
15 | <col id="1" translatable="yes">69</col> |
---|
16 | </row> |
---|
17 | <row> |
---|
18 | <col id="0" translatable="yes">Seeding</col> |
---|
19 | <col id="1" translatable="yes">6699</col> |
---|
20 | </row> |
---|
21 | </data> |
---|
22 | </object> |
---|
23 | <object class="GtkWindow" id="window1"> |
---|
24 | <property name="can_focus">False</property> |
---|
25 | <child> |
---|
26 | <object class="GtkComboBox" id="combobox1"> |
---|
27 | <property name="visible">True</property> |
---|
28 | <property name="can_focus">False</property> |
---|
29 | <property name="model">liststore1</property> |
---|
30 | <child> |
---|
31 | <object class="GtkCellRendererText" id="cellrenderertext1"/> |
---|
32 | <attributes> |
---|
33 | <attribute name="text">0</attribute> |
---|
34 | </attributes> |
---|
35 | </child> |
---|
36 | <child> |
---|
37 | <object class="GtkCellRendererText" id="cellrenderertext2"> |
---|
38 | <property name="alignment">right</property> |
---|
39 | </object> |
---|
40 | <attributes> |
---|
41 | <attribute name="text">1</attribute> |
---|
42 | </attributes> |
---|
43 | </child> |
---|
44 | </object> |
---|
45 | </child> |
---|
46 | </object> |
---|
47 | </interface> |
---|