qtquick|examples: Don't call them "MainWindow"

Rather "main layout", as they are not top-levels, unlike for
QWidgets

As suggested in issue #196
This commit is contained in:
Sergio Martins
2021-05-17 22:26:57 +01:00
parent c6af93adcb
commit 50f6e76e81
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ ApplicationWindow {
anchors.fill: parent
// Each main layout needs a unique id
uniqueName: "MyWindowName-1"
uniqueName: "MainLayout-1"
Repeater {
model: 3