KDDockWidgets API Documentation 2.0
Loading...
Searching...
No Matches
qtwidgets/views/MDILayout.h
Go to the documentation of this file.
1/*
2 This file is part of KDDockWidgets.
3
4 SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
5 Author: SĂ©rgio Martins <sergio.martins@kdab.com>
6
7 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
8
9 Contact KDAB at <info@kdab.com> for commercial licensing options.
10*/
11
12#ifndef KD_MDILAYOUT_QTWIDGETS_H
13#define KD_MDILAYOUT_QTWIDGETS_H
14
15#pragma once
16
17#include "kddockwidgets/docks_export.h"
18#include "kddockwidgets/KDDockWidgets.h"
19#include "kddockwidgets/qtwidgets/views/View.h"
20
21namespace KDDockWidgets {
22
23namespace Core {
24class MDILayout;
25}
26
27namespace QtWidgets {
28
29class DOCKS_EXPORT MDILayout : public QtWidgets::View<QWidget>
30{
31 Q_OBJECT
32public:
33 explicit MDILayout(Core::MDILayout *controller, Core::View *parent);
34 ~MDILayout();
35
36private:
37 Core::MDILayout *const m_controller;
38};
39
40}
41
42}
43
44#endif
The MDILayout class implements a layout suitable for MDI style docking. Where dock widgets are free t...
Class to abstract QAction, so code still works with QtQuick and Flutter.

© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
KDDockWidgets
Advanced Dock Widget Framework for Qt
https://www.kdab.com/development-resources/qt-tools/kddockwidgets/
Generated by doxygen 1.9.8