示例#1
0
 def do_qr(self):
     from qr_dialog import QRDialog
     popup = QRDialog(_("Master Public Key"), self.xpub, True)
     popup.open()
示例#2
0
 def do_qr(self):
     from qr_dialog import QRDialog
     popup = QRDialog(_("Master Public Key"), self.xpub, True)
     popup.open()