Hi,

I've got some icons in a QListWidget that I would like to center. I tried with "setViewMode(QListView::IconMode) but unfortunately the items are laid out using LeftToRight flow. And I would like the items to be laid out using TopToBottom flow like in QListView::ListMode and centered in the QListWidget.

Is there any way to achieve that ?