PlugableMainWindow

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/PlugableMainWindow.rst

methods and attributes

class lib_openmolar.common.qt4.plugin_tools.plugable_main_window.PlugableMainWindow(parent=None)[source]

Bases: lib_openmolar.common.qt4.widgets.main_window.BaseMainWindow

adds a preference dialog with font and plugin options

__init__(parent=None)[source]
loadSettings()[source]

load settings from QtCore.QSettings.

plugin_action_triggered()[source]

dummy function. should probably be overwritten

plugin_toolbar = None

A toolbar which plugins can (should?) add a QAction to

preferences_dialog()[source]
saveSettings()[source]

save settings from QtCore.QSettings

show_preferences_dialog()[source]

launch the preference dialog

Table Of Contents

Previous topic

PasswordLineEdit

Next topic

Plugin