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)
Create an action and set its title.
create_button(text, layout=None)
Create a button, set its title, and add it to the parent.
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.standard – Standard widget base class

This Page