Exemple #1
0
 def show_preferences(self):
     """
         Shows the preferences dialog
     """
     from xlgui.preferences import PreferencesDialog
     dialog = PreferencesDialog(self.main.window, self)
     dialog.run()
Exemple #2
0
 def show_preferences(self):
     """
         Shows the preferences dialog
     """
     from xlgui.preferences import PreferencesDialog
     dialog = PreferencesDialog(self.main.window, self)
     dialog.run()
Exemple #3
0
 def preferences_cb(*args):
     from xlgui.preferences import PreferencesDialog
     dialog = PreferencesDialog(get_main().window, get_main().controller)
     dialog.run()
Exemple #4
0
 def preferences_cb(*args):
     from xlgui.preferences import PreferencesDialog
     dialog = PreferencesDialog(get_main().window, get_main().controller)
     dialog.run()