[PySide] Form dialog subclassing QDialog

Matthew Woehlke mw_triad at users.sourceforge.net
Fri Feb 28 23:02:25 CET 2014


On 2014-02-28 15:48, Jérôme wrote:
> I wrongly assumed the dialog was destroyed at the end of the execution of its
> exec_() method, and therefore it was too late to get its values.

Ah... nope, just hidden :-). In fact you can call show() or even exec_() 
again if you like (on the same dialog). It's not destroyed until it goes 
out of scope, same as most classes.

-- 
Matthew




More information about the PySide mailing list