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