~dpm/qreator/snap

« back to all changes in this revision

Viewing changes to data/ui/QrCodeVCard.ui

  • Committer: Stefan Schwarzburg
  • Date: 2012-06-08 05:33:08 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: stefan.schwarzburg@googlemail.com-20120608053308-jimc7sxxg03frs0d
Rewrite of the dynamic widget add/removal part. 
The logic is now encapsulated in classes, which makes the 
code for removal and placing of the widgets more clear. 

Phone has now two combo fields, one for the typical distinction home/work
and one for the phone type (mobile/cell/fax/...). 
All types are taken from the suggestions in the vcard standard.
No freeform types anymore.

Address and email now also have the home/work distinction.

Role, note, nickname where added. 

Organization was removed due to bug #1010104 in python-vobject.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                  <object class="GtkLabel" id="label2">
83
83
                    <property name="visible">True</property>
84
84
                    <property name="can_focus">False</property>
 
85
                    <property name="xalign">0</property>
85
86
                    <property name="label" translatable="yes">Family name:</property>
86
87
                  </object>
87
88
                  <packing>
95
96
                  <object class="GtkLabel" id="label1">
96
97
                    <property name="visible">True</property>
97
98
                    <property name="can_focus">False</property>
 
99
                    <property name="xalign">0</property>
98
100
                    <property name="label" translatable="yes">Given name:</property>
99
101
                  </object>
100
102
                  <packing>
152
154
                  <object class="GtkLabel" id="label3">
153
155
                    <property name="visible">True</property>
154
156
                    <property name="can_focus">False</property>
 
157
                    <property name="xalign">0</property>
155
158
                    <property name="label" translatable="yes">Full name:</property>
156
159
                  </object>
157
160
                  <packing>
165
168
                  <object class="GtkLabel" id="label4">
166
169
                    <property name="visible">True</property>
167
170
                    <property name="can_focus">False</property>
 
171
                    <property name="xalign">0</property>
168
172
                  </object>
169
173
                  <packing>
170
174
                    <property name="left_attach">1</property>