jryannel / qt5-cadaques

Repo for Qt5 Cadaques Project
26 stars 4 forks source link

wrong id value? #266

Open alstrokov opened 10 years ago

alstrokov commented 10 years ago

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 { } }