Esempio n. 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)
Esempio n. 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)
Esempio n. 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)
Esempio n. 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)