~dpm/qreator/snap

« back to all changes in this revision

Viewing changes to data/ui/QrCodeSoftwareCentreApp.ui

  • Committer: David Planella
  • Date: 2012-05-30 08:33:06 UTC
  • Revision ID: david.planella@ubuntu.com-20120530083306-2naqmakzg56jh5mx
Decoupled QR code types from the QR window and from a particular GUI toolkit (right now only GTK is supported)

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="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>