def init_dialog(self): """ desc: Re-init the dialog. """ from quick_switcher_dialog.dialog import quick_switcher self.d = quick_switcher(self.main_window)
def init_dialog(self): """ desc: Re-init the dialog. """ self.set_busy() from quick_switcher_dialog.dialog import quick_switcher self.d = quick_switcher(self.main_window) self.set_busy(False)