EditorManagerPlaceHolder Class

class Core::EditorManagerPlaceHolder

The 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)

Detailed Description

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.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.