#include "View.h"
#include "kddockwidgets/core/views/MainWindowViewInterface.h"
#include <QString>
Go to the source code of this file.
|
class | KDDockWidgets::QtQuick::MainWindow |
| A docking area for dock widgets Named MainWindow as it's the QtWidgets/QMainWindow counterpart. Provides the ability of accepting drops of dock widgets. It's not a real QWindow and not a main window in the sense of QMainWindow. Would be overkill to have tool bars, menu bar and footer in the QtQuick implementation. That's left for the user to do. From QML just use DockingArea {}, which will create a this class behind the scenes. It's mostly an implementation detail unless you want to use C++. More...
|
|