~dpm/qreator/snap

« back to all changes in this revision

Viewing changes to data/ui/QrCodeWifi.ui

  • Committer: Stefan Schwarzburg
  • Date: 2012-06-02 08:59:55 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: stefan.schwarzburg@googlemail.com-20120602085955-ty2lf0sc0gosbzkr
A basic vcard implementation is added to qreator. 
See: http://en.wikipedia.org/wiki/VCard

This adds the python-vobject dependency. 

Current supported vcard entry types are:
First name, last name, fullname, email, phone, address, title, url

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    <child>
95
95
      <object class="GtkCheckButton" id="checkbutton1">
96
96
        <property name="label" translatable="yes">Show Password</property>
 
97
        <property name="use_action_appearance">False</property>
97
98
        <property name="visible">True</property>
98
99
        <property name="can_focus">True</property>
99
100
        <property name="receives_default">False</property>
 
101
        <property name="use_action_appearance">False</property>
100
102
        <property name="xalign">0</property>
101
103
        <property name="draw_indicator">True</property>
102
 
        <signal name="clicked" handler="on_checkbutton1_clicked" swapped="no"/>
103
104
      </object>
104
105
      <packing>
105
106
        <property name="left_attach">1</property>
121
122
      </packing>
122
123
    </child>
123
124
    <child>
124
 
      <object class="GtkComboBox" id="comboboxSSID">
 
125
      <object class="GtkComboBoxText" id="comboboxtextSSID">
125
126
        <property name="visible">True</property>
126
127
        <property name="can_focus">False</property>
127
128
        <property name="has_entry">True</property>
128
129
        <property name="entry_text_column">0</property>
129
 
        <signal name="changed" handler="on_comboboxSSID_changed" swapped="no"/>
 
130
        <property name="id_column">1</property>
 
131
        <signal name="changed" handler="on_comboboxtextSSID_changed" swapped="no"/>
130
132
        <child internal-child="entry">
131
133
          <object class="GtkEntry" id="entrySSID">
132
134
            <property name="can_focus">True</property>