cola.views.mainwindow – Main window base class

class cola.views.mainwindow.MainWindow(parent=None)
closeEvent(event)

Save state in the settings manager.

create_action(title, local=False)

Create an action and set its title.

create_dock(title)

Create a dock widget and set it up accordingly.

create_menu(title, parent)

Create a menu and set its title.

Previous topic

cola.views.main – Main window

Next topic

cola.views.repo – Repository tree view

This Page