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:
@@ -18,7 +18,7 @@ ApplicationWindow {
|
||||
width: 1000
|
||||
height: 800
|
||||
|
||||
KDDW.MainWindowLayout {
|
||||
KDDW.DockingArea {
|
||||
id: dockWidgetArea
|
||||
anchors.fill: parent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user