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:
@@ -70,7 +70,7 @@ ApplicationWindow {
|
||||
anchors.fill: parent
|
||||
|
||||
// Each main layout needs a unique id
|
||||
uniqueName: "MyWindowName-1"
|
||||
uniqueName: "MainLayout-1"
|
||||
|
||||
Repeater {
|
||||
model: 3
|
||||
|
||||
Reference in New Issue
Block a user