@@ -101,12 +104,15 @@ def load_data(self, flag=True): ) def init_ui(self): self.menu_output.setIcon(Icon.Output) self.action_output_CSV.setIcon(Icon.ToCSV) self.action_output_CSV.triggered.connect(self.output) self.action_help_contact.triggered.connect( lambda: QDesktopServices.openUrl...
path.join(path, 'emoji'), exist_ok=True) os.makedirs(os.path.join(path, 'video'), exist_ok=True) @@ -52,6 +53,7 @@ class Output(QThread): DOCX = 1 HTML = 2 CSV_ALL = 3 CONTACT_CSV = 4 def __init__(self, contact, parent=None, type_=DOCX): super().__init__(...