Qt 6.11 is out! See what's new in the release
blog
Flow not working AVD
-
Hello fellow QML Devs,
i am following the QML Basics course and for some reason Flow positioner is not automatically rearranging images to fit them in
the app window. Source code is same as in https://github.com/qt-learning/QML-Positioners-And-Layouts/blob/main/02-Positioners/Main.qml

Has anyone had this issue?
Cheers,
DSU -
you didnt specify the width of the flow layout so it is using the width of its delegate Pls use anchors.fill:parent so your Flow can fill

-
D DSpUz has marked this topic as solved