Esempio n. 1
0
 def qr_dialog(self, title, data, show_text=False):
     from uix.dialogs.qr_dialog import QRDialog
     popup = QRDialog(title, data, show_text)
     popup.open()
Esempio n. 2
0
 def qr_dialog(self, title, data, show_text=False):
     from uix.dialogs.qr_dialog import QRDialog
     popup = QRDialog(title, data, show_text)
     popup.open()
Esempio n. 3
0
 def qr_dialog(self, title, data):
     from uix.dialogs.qr_dialog import QRDialog
     popup = QRDialog(title, data)
     popup.open()