92
93
QRCodeWifi(self.update_qr_code, 'wifi.png', _('Wifi network'), 3),
93
94
QRCodeSoftwareCenterApp(self.update_qr_code, 'softwarecentre.png',
94
95
_('Ubuntu Software Center app'), 4),
96
QRCodeVCard(self.update_qr_code, 'vcard.png', _('VCard'), 5),
97
99
self.qr_types_store = Gtk.ListStore(str, GdkPixbuf.Pixbuf, int)