Re: [PyQt] Key return

2008-11-22 Thread David Boddie
On Sat Nov 22 18:39:26 GMT 2008, Milan Hemžal wrote: > i mean: > if press ENTER on the button with focus - call action for this button ( > same like if press key SPACE You can set a shortcut for the button using its setShortcut() method: http://doc.trolltech.com/4.4/qabstractbutton.html#shortc

Re: [PyQt] Key return

2008-11-22 Thread Milan Hemžal
On Saturday 22 November 2008 00:32:30 David Boddie wrote: i mean: if press ENTER on the button with focus - call action for this button ( same like if press key SPACE > On Sat Nov 1 17:46:29 GMT 2008, lucaberto wrote: > > i need that when i press the Return key, one button intercept the > > pre

Re: [PyQt] Key return

2008-11-21 Thread David Boddie
On Sat Nov 1 17:46:29 GMT 2008, lucaberto wrote: > i need that when i press the Return key, one button intercept the pression > of it and process the event Can you explain me how i can do it On Fri Nov 21 11:02:02 GMT 2008, Milan Hemžal wrote: > On Sunday 02 November 2008 18:46:44 Matt Smith wro

Re: [PyQt] Key return

2008-11-21 Thread Milan Hemžal
On Sunday 02 November 2008 18:46:44 Matt Smith wrote: Ok, but i also have this problem. pls. howto use press enter in button if have more button? > >Date: Sat, 1 Nov 2008 18:46:29 +0100 > > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > Subject: [PyQt] Key

Re: [PyQt] Key return

2008-11-02 Thread Matt Smith
>Date: Sat, 1 Nov 2008 18:46:29 +0100 > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: [PyQt] Key return > To: "pyqt" > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=iso-8859-1 > > Hello > i need that whe

[PyQt] Key return

2008-11-01 Thread [EMAIL PROTECTED]
Hello i need that when i press the Return key, one button intercept the pression of it and process the event Can you explain me how i can do it Regards Luca ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailma