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 - [EMAIL PROTECTED] : | 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) / _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
