Quote Originally Posted by riklaunim View Post
Add more width to it maybe? And/org use setWordWrap / setWrapping on the QListWidget.
To get a list of "icons" with text in a line, you could also use buttons with icons, and invisible borders set in a layout.
My initial problem was that I didn't want to give a fix width. It should just take as many as it needed. But even though I called adjustSize and/or set the size policy of the listWidget to preferred and the and the stackedWidget to expanding it took half of the size of the whole window.

Thanks for the tip with the buttons, I'll try it and post the result later