~dpm/qreator/snap

« back to all changes in this revision

Viewing changes to data/ui/QrCodeLocation.ui

  • Committer: David Planella
  • Date: 2016-06-13 19:13:29 UTC
  • mfrom: (189.1.1 qreator)
  • Revision ID: david.planella@ubuntu.com-20160613191329-jcmx0ioq7opvpjs1
Merged fix for QR code not being generated in Ubuntu 16.04

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