I am using Qt Designer and I cannot figure out how to set up maximum width size of QVBoxLayout. Say, I have a listview and I enclose it in QVBoxLayout. I can set up maximum width size of listview, but when I stretch layout horizontally the widget itself reaches maximum size and stays there, but QVBoxLayout continues to grow.
Bookmarks