Results 1 to 2 of 2

Thread: Can i get key event ctrl+enter or enter key event in QPlainTextEdit?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Can i get key event ctrl+enter or enter key event in QPlainTextEdit?

    You can either install an event filter or subclass that widget and reimplement keyPressEvent() method.

  2. The following user says thank you to jacek for this useful post:

    morgana (19th September 2008)

Tags for this Thread

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.