~dpm/qreator/snap

« back to all changes in this revision

Viewing changes to data/ui/QrCodeLocation.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_location">
 
5
    <property name="visible">True</property>
 
6
    <property name="can_focus">False</property>
 
7
    <child>
 
8
      <placeholder/>
 
9
    </child>
 
10
    <child>
 
11
      <object class="GtkExpander" id="expander1">
 
12
        <property name="can_focus">True</property>
 
13
        <property name="margin_top">6</property>
 
14
        <property name="margin_bottom">6</property>
 
15
        <property name="hexpand">True</property>
 
16
        <child>
 
17
          <object class="GtkGrid" id="grid4">
 
18
            <property name="visible">True</property>
 
19
            <property name="can_focus">False</property>
 
20
            <property name="margin_top">6</property>
 
21
            <property name="margin_bottom">6</property>
 
22
            <child>
 
23
              <object class="GtkEntry" id="lat_entry">
 
24
                <property name="visible">True</property>
 
25
                <property name="can_focus">True</property>
 
26
                <property name="margin_top">6</property>
 
27
                <property name="margin_bottom">3</property>
 
28
                <property name="hexpand">True</property>
 
29
                <property name="editable">False</property>
 
30
                <property name="invisible_char">•</property>
 
31
                <property name="invisible_char_set">True</property>
 
32
              </object>
 
33
              <packing>
 
34
                <property name="left_attach">1</property>
 
35
                <property name="top_attach">0</property>
 
36
                <property name="width">1</property>
 
37
                <property name="height">1</property>
 
38
              </packing>
 
39
            </child>
 
40
            <child>
 
41
              <object class="GtkEntry" id="lon_entry">
 
42
                <property name="visible">True</property>
 
43
                <property name="can_focus">True</property>
 
44
                <property name="margin_top">3</property>
 
45
                <property name="margin_bottom">6</property>
 
46
                <property name="hexpand">True</property>
 
47
                <property name="editable">False</property>
 
48
                <property name="invisible_char">•</property>
 
49
                <property name="invisible_char_set">True</property>
 
50
              </object>
 
51
              <packing>
 
52
                <property name="left_attach">1</property>
 
53
                <property name="top_attach">1</property>
 
54
                <property name="width">1</property>
 
55
                <property name="height">1</property>
 
56
              </packing>
 
57
            </child>
 
58
            <child>
 
59
              <object class="GtkLabel" id="label15">
 
60
                <property name="visible">True</property>
 
61
                <property name="can_focus">False</property>
 
62
                <property name="margin_right">6</property>
 
63
                <property name="margin_top">6</property>
 
64
                <property name="margin_bottom">3</property>
 
65
                <property name="xalign">0</property>
 
66
                <property name="label" translatable="yes">Latitude:</property>
 
67
              </object>
 
68
              <packing>
 
69
                <property name="left_attach">0</property>
 
70
                <property name="top_attach">0</property>
 
71
                <property name="width">1</property>
 
72
                <property name="height">1</property>
 
73
              </packing>
 
74
            </child>
 
75
            <child>
 
76
              <object class="GtkLabel" id="label16">
 
77
                <property name="visible">True</property>
 
78
                <property name="can_focus">False</property>
 
79
                <property name="margin_right">6</property>
 
80
                <property name="margin_top">3</property>
 
81
                <property name="margin_bottom">6</property>
 
82
                <property name="xalign">0</property>
 
83
                <property name="label" translatable="yes">Longitude:</property>
 
84
              </object>
 
85
              <packing>
 
86
                <property name="left_attach">0</property>
 
87
                <property name="top_attach">1</property>
 
88
                <property name="width">1</property>
 
89
                <property name="height">1</property>
 
90
              </packing>
 
91
            </child>
 
92
          </object>
 
93
        </child>
 
94
        <child type="label">
 
95
          <object class="GtkLabel" id="label14">
 
96
            <property name="visible">True</property>
 
97
            <property name="can_focus">False</property>
 
98
            <property name="label" translatable="yes">Location details</property>
 
99
          </object>
 
100
        </child>
 
101
      </object>
 
102
      <packing>
 
103
        <property name="left_attach">0</property>
 
104
        <property name="top_attach">1</property>
 
105
        <property name="width">1</property>
 
106
        <property name="height">1</property>
 
107
      </packing>
 
108
    </child>
 
109
  </object>
 
110
</interface>