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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
