~thomas-deruyter-3/qreator/qreator

« back to all changes in this revision

Viewing changes to qreator/QreatorWindow.py

Merged fix for Quicklist entries to work again (bug 1016826)

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
 
240
240
        model = widget.get_model()
241
241
        qr_id = model[item][COL_ID]
 
242
        self.switch_qrcode_view(qr_id)
 
243
 
 
244
    def switch_qrcode_view(self, qr_id):
242
245
        self.qr_types[qr_id].widget.on_activated()
243
246
 
244
247
        def switch_callback(page):