Re: [PyQt] default pushbutton not working as expected

2011-11-07 Thread Pierre-Louis Bonicoli
On 07/11/2011 00:09, Zev Goldstein wrote: > I created a very basic example dialog with 2 qpushbuttons. I set default > to true on one of them and I set autodefault to false on both of them. I > then used pyuic4 to convert the .ui to a .py file and made a very simple > wrapper to connect simple fu

[PyQt] default pushbutton not working as expected

2011-11-06 Thread Zev Goldstein
I created a very basic example dialog with 2 qpushbuttons. I set default to true on one of them and I set autodefault to false on both of them. I then used pyuic4 to convert the .ui to a .py file and made a very simple wrapper to connect simple functions to both button's click events. The expect