You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
back-link: ch04/index.html#positioning-elements
In first code example should id be equal to col instead of row?
Column {
id: row
anchors.centerIn: parent
spacing: 8
RedSquare { }
GreenSquare { width: 96 }
BlueSquare { }
}
The text was updated successfully, but these errors were encountered:
back-link: ch04/index.html#positioning-elements
In first code example should id be equal to col instead of row?
Column {
id: row
anchors.centerIn: parent
spacing: 8
RedSquare { }
GreenSquare { width: 96 }
BlueSquare { }
}
The text was updated successfully, but these errors were encountered: