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.
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest