EditorManagerPlaceHolder Class
class Core::EditorManagerPlaceHolderThe EditorManagerPlaceHolder class is used to integrate an editor area into a mode. More...
Header: | #include <coreplugin/editormanager/editormanager.h> |
Inherits: | QWidget |
Public Functions
EditorManagerPlaceHolder(QWidget *parent = nullptr) | |
virtual | ~EditorManagerPlaceHolder() |
Reimplemented Protected Functions
virtual void | showEvent(QShowEvent *event) override |
Detailed Description
\inmodule
QtCreator \ingroup
mainclasses
Create an instance of EditorManagerPlaceHolder and integrate it into your mode widget's layout, to add the main editor area into your mode. The best place for the editor area is the central widget of a QMainWindow. Examples are the Edit and Debug modes.
Member Function Documentation
[explicit]
EditorManagerPlaceHolder::EditorManagerPlaceHolder(QWidget *parent = nullptr)
Creates an EditorManagerPlaceHolder with the specified parent.
[virtual noexcept]
EditorManagerPlaceHolder::~EditorManagerPlaceHolder()
\internal
[override virtual protected]
void EditorManagerPlaceHolder::showEvent(QShowEvent *event)
Reimplements: QWidget::showEvent(QShowEvent *event).
\internal