[Interest] Belligerent QML ListView

Jason H jhihn at gmx.com
Fri Mar 27 23:19:43 CET 2015


I want to do a simple pop-up, centered on screen.
Rectangle {
Row (centered){
[Title]
[ListView
...
... 
...
...]
[Ok] 
} //row
} //Rect
However I can't get this to layout right.  The ListView width does not evaluate to anything but 0. This results in the ListView delegates starting at the center of the screen and no Rectangle (width evals to zero)

How can I get ListView width and height to be the content height and width to be the max width and actual height of using the actual of actual delegate data?

Thanks.



More information about the Interest mailing list