Esempio n. 1
0
 def preferences(self):
     return preferences(model=self.prefs_model, parent=self)
Esempio n. 2
0
 def preferences(self):
     return preferences(model=self.prefs_model, parent=self)
Esempio n. 3
0
def cmd_config(args):
    context = application_init(args)
    from cola.widgets.prefs import preferences
    view = preferences()
    return application_start(context, view)
Esempio n. 4
0
def cmd_config(args):
    context = application_init(args)
    from cola.widgets.prefs import preferences
    view = preferences()
    return application_start(context, view)