[PyQt] Pop-Up

David Boddie david at boddie.org.uk
Sun Sep 13 21:07:06 BST 2009


On Sun Sep 13 20:56:15 BST 2009, Marcus Tenório. wrote:

> I search in the documentation and dont find it, i have a check box, and i
> want to when i click in there, show me another window

Connect the check box's clicked() signal to the other window's show() slot.

David



More information about the PyQt mailing list