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

_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to