Пример #1
0
    def init_dialog(self):
        """
		desc:
			Re-init the dialog.
		"""

        from quick_switcher_dialog.dialog import quick_switcher
        self.d = quick_switcher(self.main_window)
Пример #2
0
	def init_dialog(self):

		"""
		desc:
			Re-init the dialog.
		"""

		from quick_switcher_dialog.dialog import quick_switcher
		self.d = quick_switcher(self.main_window)
Пример #3
0
    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)
Пример #4
0
	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)