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

@@ -73,7 +73,7 @@ ApplicationWindow {
}
}
KDDW.MainWindowLayout {
KDDW.DockingArea {
anchors.fill: parent
// Each main layout needs a unique id