Also, you should only use Layout attached properties when the object you're using it on is a child of a Layout, for example:
ApplicationWindow {
ColumnLayout {
anchors.fill: parent // Not a child of a layout, so you use anchors
Controls.Button {
Layout.fillWidth: true // It's a child of a layout, so you use Layout.fillWidth
}
}
}
This was shared recently by a friend I follow: https://mastodon.social/@silvereagle/111484800732591545
Direct link: https://www.sofurry.com/forum/view/thread?id=58457&page=100000
That link has a few mentions of podcasts: