qtquick: Rename MainWindowLayout to DockingArea

Since it's not an actual Window, it's just a QQuickItem. QtQuick has
proper Window items that mean an actual Window.
This commit is contained in:
Sergio Martins
2022-06-15 00:23:13 +01:00
parent 95acf7a4cb
commit e6dd002ca8
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ ApplicationWindow {
width: 1000
height: 800
KDDW.MainWindowLayout {
KDDW.DockingArea {
id: dockWidgetArea
anchors.fill: parent