~dpm/qreator/snap

« back to all changes in this revision

Viewing changes to data/ui/QrCodeVCard.ui

  • Committer: David Planella
  • Date: 2012-06-09 00:06:51 UTC
  • mfrom: (81.2.8 VCARD_support)
  • Revision ID: david.planella@ubuntu.com-20120609000651-ehe6bkiw3d724wc2
Merged VCARD QR code support from lp:stefan-schwarzburg/qreator/VCARD_support, with a bunch of UI changes

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="GtkImage" id="image3">
 
5
    <property name="visible">True</property>
 
6
    <property name="can_focus">False</property>
 
7
    <property name="icon_name">object-flip-horizontal-symbolic</property>
 
8
  </object>
 
9
  <object class="GtkGrid" id="qr_code_vcard">
 
10
    <property name="visible">True</property>
 
11
    <property name="can_focus">False</property>
 
12
    <child>
 
13
      <object class="GtkScrolledWindow" id="scrolledwindow1">
 
14
        <property name="visible">True</property>
 
15
        <property name="can_focus">True</property>
 
16
        <property name="shadow_type">in</property>
 
17
        <property name="min_content_height">180</property>
 
18
        <child>
 
19
          <object class="GtkViewport" id="viewport1">
 
20
            <property name="visible">True</property>
 
21
            <property name="can_focus">False</property>
 
22
            <child>
 
23
              <object class="GtkGrid" id="grid1">
 
24
                <property name="visible">True</property>
 
25
                <property name="can_focus">False</property>
 
26
                <property name="margin_left">6</property>
 
27
                <property name="hexpand">True</property>
 
28
                <child>
 
29
                  <object class="GtkEntry" id="entry2">
 
30
                    <property name="visible">True</property>
 
31
                    <property name="can_focus">True</property>
 
32
                    <property name="margin_right">6</property>
 
33
                    <property name="margin_top">3</property>
 
34
                    <property name="margin_bottom">3</property>
 
35
                    <property name="invisible_char">•</property>
 
36
                    <property name="invisible_char_set">True</property>
 
37
                    <property name="primary_icon_activatable">False</property>
 
38
                    <property name="primary_icon_sensitive">False</property>
 
39
                    <signal name="changed" handler="on_changed" swapped="no"/>
 
40
                  </object>
 
41
                  <packing>
 
42
                    <property name="left_attach">1</property>
 
43
                    <property name="top_attach">1</property>
 
44
                    <property name="width">1</property>
 
45
                    <property name="height">1</property>
 
46
                  </packing>
 
47
                </child>
 
48
                <child>
 
49
                  <object class="GtkLabel" id="label2">
 
50
                    <property name="visible">True</property>
 
51
                    <property name="can_focus">False</property>
 
52
                    <property name="margin_right">6</property>
 
53
                    <property name="margin_top">3</property>
 
54
                    <property name="margin_bottom">3</property>
 
55
                    <property name="xalign">0</property>
 
56
                    <property name="label" translatable="yes">Family name:</property>
 
57
                  </object>
 
58
                  <packing>
 
59
                    <property name="left_attach">0</property>
 
60
                    <property name="top_attach">1</property>
 
61
                    <property name="width">1</property>
 
62
                    <property name="height">1</property>
 
63
                  </packing>
 
64
                </child>
 
65
                <child>
 
66
                  <object class="GtkLabel" id="label1">
 
67
                    <property name="visible">True</property>
 
68
                    <property name="can_focus">False</property>
 
69
                    <property name="margin_right">6</property>
 
70
                    <property name="margin_top">6</property>
 
71
                    <property name="margin_bottom">3</property>
 
72
                    <property name="xalign">0</property>
 
73
                    <property name="label" translatable="yes">Given name:</property>
 
74
                  </object>
 
75
                  <packing>
 
76
                    <property name="left_attach">0</property>
 
77
                    <property name="top_attach">0</property>
 
78
                    <property name="width">1</property>
 
79
                    <property name="height">1</property>
 
80
                  </packing>
 
81
                </child>
 
82
                <child>
 
83
                  <object class="GtkEntry" id="entry1">
 
84
                    <property name="visible">True</property>
 
85
                    <property name="can_focus">True</property>
 
86
                    <property name="margin_right">6</property>
 
87
                    <property name="margin_top">6</property>
 
88
                    <property name="margin_bottom">3</property>
 
89
                    <property name="hexpand">True</property>
 
90
                    <property name="invisible_char">•</property>
 
91
                    <property name="invisible_char_set">True</property>
 
92
                    <property name="primary_icon_activatable">False</property>
 
93
                    <property name="primary_icon_sensitive">False</property>
 
94
                    <signal name="changed" handler="on_changed" swapped="no"/>
 
95
                  </object>
 
96
                  <packing>
 
97
                    <property name="left_attach">1</property>
 
98
                    <property name="top_attach">0</property>
 
99
                    <property name="width">1</property>
 
100
                    <property name="height">1</property>
 
101
                  </packing>
 
102
                </child>
 
103
                <child>
 
104
                  <object class="GtkLabel" id="label3">
 
105
                    <property name="visible">True</property>
 
106
                    <property name="can_focus">False</property>
 
107
                    <property name="margin_right">6</property>
 
108
                    <property name="margin_top">3</property>
 
109
                    <property name="margin_bottom">3</property>
 
110
                    <property name="xalign">0</property>
 
111
                    <property name="label" translatable="yes">Full name:</property>
 
112
                  </object>
 
113
                  <packing>
 
114
                    <property name="left_attach">0</property>
 
115
                    <property name="top_attach">2</property>
 
116
                    <property name="width">1</property>
 
117
                    <property name="height">1</property>
 
118
                  </packing>
 
119
                </child>
 
120
                <child>
 
121
                  <object class="GtkButton" id="button2">
 
122
                    <property name="use_action_appearance">False</property>
 
123
                    <property name="visible">True</property>
 
124
                    <property name="can_focus">True</property>
 
125
                    <property name="receives_default">True</property>
 
126
                    <property name="has_tooltip">True</property>
 
127
                    <property name="tooltip_markup" translatable="yes">Swap full name components</property>
 
128
                    <property name="tooltip_text" translatable="yes">Swap full name components</property>
 
129
                    <property name="margin_right">6</property>
 
130
                    <property name="margin_top">3</property>
 
131
                    <property name="margin_bottom">3</property>
 
132
                    <property name="use_action_appearance">False</property>
 
133
                    <property name="image">image3</property>
 
134
                    <property name="xalign">0</property>
 
135
                    <signal name="clicked" handler="on_fullname_switch" swapped="no"/>
 
136
                  </object>
 
137
                  <packing>
 
138
                    <property name="left_attach">2</property>
 
139
                    <property name="top_attach">2</property>
 
140
                    <property name="width">1</property>
 
141
                    <property name="height">1</property>
 
142
                  </packing>
 
143
                </child>
 
144
                <child>
 
145
                  <object class="GtkEntry" id="label4">
 
146
                    <property name="visible">True</property>
 
147
                    <property name="sensitive">False</property>
 
148
                    <property name="can_focus">True</property>
 
149
                    <property name="margin_right">6</property>
 
150
                    <property name="hexpand">True</property>
 
151
                    <property name="editable">False</property>
 
152
                    <property name="invisible_char">•</property>
 
153
                    <property name="invisible_char_set">True</property>
 
154
                  </object>
 
155
                  <packing>
 
156
                    <property name="left_attach">1</property>
 
157
                    <property name="top_attach">2</property>
 
158
                    <property name="width">1</property>
 
159
                    <property name="height">1</property>
 
160
                  </packing>
 
161
                </child>
 
162
                <child>
 
163
                  <object class="GtkImage" id="image1">
 
164
                    <property name="visible">True</property>
 
165
                    <property name="can_focus">False</property>
 
166
                    <property name="margin_right">6</property>
 
167
                    <property name="icon_name">action-unavailable-symbolic</property>
 
168
                  </object>
 
169
                  <packing>
 
170
                    <property name="left_attach">2</property>
 
171
                    <property name="top_attach">0</property>
 
172
                    <property name="width">1</property>
 
173
                    <property name="height">1</property>
 
174
                  </packing>
 
175
                </child>
 
176
                <child>
 
177
                  <object class="GtkImage" id="image2">
 
178
                    <property name="visible">True</property>
 
179
                    <property name="can_focus">False</property>
 
180
                    <property name="margin_right">6</property>
 
181
                    <property name="icon_name">action-unavailable-symbolic</property>
 
182
                  </object>
 
183
                  <packing>
 
184
                    <property name="left_attach">2</property>
 
185
                    <property name="top_attach">1</property>
 
186
                    <property name="width">1</property>
 
187
                    <property name="height">1</property>
 
188
                  </packing>
 
189
                </child>
 
190
              </object>
 
191
            </child>
 
192
          </object>
 
193
        </child>
 
194
      </object>
 
195
      <packing>
 
196
        <property name="left_attach">0</property>
 
197
        <property name="top_attach">0</property>
 
198
        <property name="width">1</property>
 
199
        <property name="height">1</property>
 
200
      </packing>
 
201
    </child>
 
202
    <child>
 
203
      <object class="GtkBox" id="box1">
 
204
        <property name="visible">True</property>
 
205
        <property name="can_focus">False</property>
 
206
        <property name="margin_top">6</property>
 
207
        <child>
 
208
          <object class="GtkComboBoxText" id="comboboxtext1">
 
209
            <property name="visible">True</property>
 
210
            <property name="can_focus">False</property>
 
211
            <property name="margin_right">6</property>
 
212
            <property name="entry_text_column">0</property>
 
213
            <property name="id_column">1</property>
 
214
          </object>
 
215
          <packing>
 
216
            <property name="expand">True</property>
 
217
            <property name="fill">True</property>
 
218
            <property name="position">0</property>
 
219
          </packing>
 
220
        </child>
 
221
        <child>
 
222
          <object class="GtkButton" id="button1">
 
223
            <property name="label">gtk-add</property>
 
224
            <property name="use_action_appearance">False</property>
 
225
            <property name="visible">True</property>
 
226
            <property name="can_focus">True</property>
 
227
            <property name="receives_default">True</property>
 
228
            <property name="tooltip_text" translatable="yes">Add an additional field</property>
 
229
            <property name="use_action_appearance">False</property>
 
230
            <property name="use_stock">True</property>
 
231
            <signal name="clicked" handler="on_add_entry" swapped="no"/>
 
232
          </object>
 
233
          <packing>
 
234
            <property name="expand">False</property>
 
235
            <property name="fill">True</property>
 
236
            <property name="position">1</property>
 
237
          </packing>
 
238
        </child>
 
239
      </object>
 
240
      <packing>
 
241
        <property name="left_attach">0</property>
 
242
        <property name="top_attach">2</property>
 
243
        <property name="width">1</property>
 
244
        <property name="height">1</property>
 
245
      </packing>
 
246
    </child>
 
247
    <child>
 
248
      <placeholder/>
 
249
    </child>
 
250
  </object>
 
251
</interface>