~thomas-deruyter-3/qreator/qreator

« back to all changes in this revision

Viewing changes to qreator/QreatorWindow.py

  • Committer: Stefan Schwarzburg
  • Date: 2012-06-23 08:42:52 UTC
  • mto: (89.2.8 qreator)
  • mto: This revision was merged to the branch mainline in revision 95.
  • Revision ID: stefan.schwarzburg@googlemail.com-20120623084252-evtj8q3z2ff7r3dy
fixed bug 1016826

replaced the functions called when started with commandline arguments

added vcard and software center commandline arguments

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):