Re: [PyQt] Moltiple_selection

2009-01-12 Thread Lukas
Hello Luca, > Hello > > I have made a groupBox with 3 radioButton, how i can make that more than > one radio button can be selected. Have a look at http://doc.trolltech.com/4.4/qabstractbutton.html#autoExclusive-prop autoExclusive : bool This property holds whether auto-exclusivity is enabled.

Re: [PyQt] Moltiple_selection

2009-01-12 Thread İsmail Dönmez
Hi, On Mon, Jan 12, 2009 at 16:08, lucabe...@libero.it wrote: > Hello > > I have made a groupBox with 3 radioButton, how i can make that more than one > radio button can be selected. Radio buttons are exclusive by default, try using checkboxes. Regards, ismail _

[PyQt] Moltiple_selection

2009-01-12 Thread lucabe...@libero.it
Hello I have made a groupBox with 3 radioButton, how i can make that more than one radio button can be selected. Regards Luca ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt