virtual void editSettings()
Connect to the Settings action in Edit menu.
Definition: emainwindow.h:115
Base class for mainwindows. It provides several useful functions by default.
Definition: emainwindow.h:58
EPart * part
Definition: epartmainwindow.h:52
Used as a standard main window for the standalone application of an EPart.
Definition: epartmainwindow.h:34
virtual void helpAbout()
Calls showAbout() with empty values, should therefore be implemented at your subclass.
Definition: emainwindow.cpp:304
virtual void helpDependencies()
Calls showDependencies() with a NULL-Pointer.
Definition: emainwindow.h:137
virtual void editSetupWizard()
Implement this function to call showSetupWizard() properly.
Definition: emainwindow.h:107