Exemplo 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)
Exemplo 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)
Exemplo 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)
Exemplo 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)