PDA

View Full Version : QLayout



sudeepdua
21st November 2006, 05:24
hello Everyone ...
I'm trying to create an application where its required that the window of application is reduced according to the user choices and is enlarged accordingly..now to do that I am Adding and deleting Widgets . In total i have about 100 widgets including 60 check boxes and 40 labels . Though this is working but the problem is after every change I have to wait for about 10-15 seconds for the widgets to settle(by that i mean that the dialog does change but widgets like checkboxes are not clickable )...or some times hazy in lines but they eventually set right. is there any other way to inmplement this or reduce the time lag.

e8johan
21st November 2006, 06:22
So many checkboxes and labels - it sounds too me that you want to be using a QTableView or something like that - not individual widgets.

sudeepdua
21st November 2006, 10:46
ok...can i remove items from them dynamically and put items back in dynamically as well !