Issue
How would I go about having my resizeble dialog auto arrange my pushbuttons to fill as much space as possible like shown here in the image? Do I use a ListView or ListWidget somehow to achieve this?
Before
After
Solution
There is a nice example in the Qt docs that does exactly what you need:
I know it is not good style to throw a link as an answer, but this is part of the official documentation and I don't see a need to duplicate documentation.
Answered By - ypnos
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.