[PyKDE] GUI interface changes after exec_loop()

Trevor Phillips T.Phillips at murdoch.edu.au
Wed Oct 15 10:33:00 BST 2003


Greetings! I'm new to Python, and new to Qt app development, and I think I've 
picked a tricky app as my first attempt. ^_^

I'm endeavouring to generate, as part of this app, a group of tabs, where the 
number of tabs, their labels, and their content is dynamically generated 
(from a DB pull no less).

I've successfully got it creating the tabs and their content dynamically, but 
only if I do it before entering exec_loop. Any changes I do after that point 
don't seem to take effect.

Is there something easy I'm missing, to force the app to redraw with the 
changed interface?

Thanks...

-- 
. Trevor Phillips             -           http://jurai.murdoch.edu.au/ . 
: Web Technical Administrator     -          T.Phillips at murdoch.edu.au : 
| IT Services                        -              Murdoch University | 
 >--------------------------------------------------------------------<
| On nights such as this, evil deeds are done. And good deeds, of     /
| course. But mostly evil, on the whole.                             /
 \      -- (Terry Pratchett, Wyrd Sisters)                          /




More information about the PyQt mailing list