75
by David Planella
Decoupled QR code types from the QR window and from a particular GUI toolkit (right now only GTK is supported) |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<interface>
|
|
3 |
<!-- interface-requires gtk+ 3.0 -->
|
|
4 |
<object class="GtkGrid" id="qr_code_softwarecenterapp"> |
|
5 |
<property name="visible">True</property> |
|
6 |
<property name="can_focus">False</property> |
|
7 |
<child>
|
|
8 |
<object class="GtkLabel" id="labelApp"> |
|
9 |
<property name="visible">True</property> |
|
10 |
<property name="can_focus">False</property> |
|
11 |
<property name="margin_right">6</property> |
|
12 |
<property name="xalign">0</property> |
|
13 |
<property name="label" translatable="yes">Ubuntu Software Center app:</property> |
|
14 |
</object>
|
|
15 |
<packing>
|
|
16 |
<property name="left_attach">0</property> |
|
17 |
<property name="top_attach">0</property> |
|
18 |
<property name="width">1</property> |
|
19 |
<property name="height">1</property> |
|
20 |
</packing>
|
|
21 |
</child>
|
|
22 |
<child>
|
|
23 |
<placeholder/>
|
|
24 |
</child>
|
|
25 |
</object>
|
|
26 |
</interface>
|