Results 1 to 7 of 7

Thread: Key Press Event trouble

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2007
    Posts
    36
    Thanks
    5
    Thanked 3 Times in 1 Post

    Default Re: Key Press Event trouble

    this this...

    8. def eventFilter(self, obj, event):

    to

    def keyPressEvent(self, event):


    http://www.zetcode.com/tutorials/pyq...ntsandsignals/

    section "Reimplementing event handler"

  2. #2

    Default Re: Key Press Event trouble

    Thanks for getting back to me that look slike a good tutorial you have linked there. i will look at that today.

    Cheers!

Similar Threads

  1. Zooming on PushButton Press event
    By KosyakOFF in forum Qwt
    Replies: 5
    Last Post: 11th April 2008, 10:12
  2. Replies: 2
    Last Post: 2nd April 2008, 15:19
  3. Qt event queue overloading?
    By gct in forum Qt Programming
    Replies: 3
    Last Post: 17th March 2008, 19:39
  4. Replies: 1
    Last Post: 24th October 2007, 19:34
  5. Draw QtCanvasElipse on mouse press event position
    By YuriyRusinov in forum Newbie
    Replies: 1
    Last Post: 31st May 2006, 12:57

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.