Is there a way to make this non modal? I am using Maya and we did not use exec because it always made the dialog application modal, as in it halts the main thread and doesn't allow users to interface with the parent app while the window is open.<br>
<br>CE<br><br><div class="gmail_quote">On Sun, Jan 22, 2012 at 4:27 PM, Hans-Peter Jansen <span dir="ltr"><<a href="mailto:hpj@urpla.net">hpj@urpla.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Friday 20 January 2012, 20:38:33 Christopher Evans wrote:<br>
> QInput is designed to get a single input from a user.<br>
><br>
> In my case, we are making a complex remapping dialog that takes two<br>
> ordered lists as input, allows the users to change the order, then on<br>
> dialog close, it should return the two re-ordered lists.<br>
<br>
</div>That's called a modal dialog. Create it, exec_ it (look up<br>
QDialog::exec()), process data after close, and be done.<br>
<br>
Pete<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>CE<br>