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
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