|
| void | error (const QString &message) |
| |
| void | warning (const QString &message) |
| |
| void | information (const QString &message) |
| |
| void | reloadEnableActions () |
| | Request reloading of enabled actions in EMainWindow. More...
|
| |
| void | addMenu (QMenu *newMenu, const QString &parent, QString before=QString()) |
| |
| void | addAction (QAction *newAction, const QString &parent, QString before=QString()) |
| |
| void | addToolBar (QToolBar *newToolBar, Qt::ToolBarArea area=Qt::TopToolBarArea) |
| |
| void | addNewDockWidget (QDockWidget *widget, const Qt::DockWidgetArea &area) |
| |
| void | setCentralWidget (QWidget *centralWidget) |
| |
| void | showSettings () |
| |
| void | showHelp (const QString &page) |
| |
| void | showStatusWidget (QWidget *widget) |
| |
| void | reloadSettingsRequest () |
| | Indicates, that a reload of the settings is needed. More...
|
| |
| void | doReloadSettings () |
| | Emitted to bring the reload request back to the farest child. More...
|
| |
| static void | connectByPass (QObject *parent, QObject *child) |
| |
| virtual void | errorByPass (const QString &message) |
| |
| virtual void | warningByPass (const QString &message) |
| |
| virtual void | informationByPass (const QString &message) |
| |
| virtual void | reloadEnableActionsByPass () |
| |
| virtual void | addMenuByPass (QMenu *newMenu, const QString &parent, QString before=QString()) |
| |
| virtual void | addActionByPass (QAction *newAction, const QString &parent, QString before=QString()) |
| |
| virtual void | addToolBarByPass (QToolBar *newToolBar, Qt::ToolBarArea area=Qt::TopToolBarArea) |
| |
| virtual void | addNewDockWidgetByPass (QDockWidget *widget, const Qt::DockWidgetArea &area) |
| |
| virtual void | setCentralWidgetByPass (QWidget *centralWidget) |
| |
| virtual void | showSettingsByPass () |
| |
| virtual void | showHelpByPass (const QString &page) |
| |
| virtual void | showStatusWidgetByPass (QWidget *widget) |
| |
| virtual void | reloadSettingsRequestByPass () |
| |
| void | addManagedDockWidget (QDockWidget *widget, const Qt::DockWidgetArea &area, QString actionLabel=QString(), QString actionParent=QString()) |
| | Adds an dock widget via addNewDockWidget() and adds widget to the list of managed dock widgets. More...
|
| |
Manage the QtAssistant usage to display the online help.
It starts QtAssistant and tries to load the given documentation collection. A specific page inside the documentation collection can be shown with showDocumentation()