Hey guys,
I have a qtoolbox that initially has only three pages. After some time the user decides to add more pages to it. The result is that the inner widgets from the pages lose visibility.
before.pngafter.png
Any thoughts?
Hey guys,
I have a qtoolbox that initially has only three pages. After some time the user decides to add more pages to it. The result is that the inner widgets from the pages lose visibility.
before.pngafter.png
Any thoughts?
I know this isn't going to help you but in such cases it's always a good idea to rethink what you want to do or are doing.
If a certain widget reaches its limits, then maybe you should try another approach.
A popular approach is to use a listwidget and a widget assigned to each item.
On the left you have a listwidget wich contains all the different pages (as a list).
On the right you have a widget which shows the settings of each page.
creep33 (8th September 2010)
I added the list as suggested. It worked fine. Thanks again.
Bookmarks