Results 1 to 2 of 2

Thread: Clear focus on editingFinished

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Clear focus on editingFinished

    Return/Enter doesn't influence focus unless it is programmed to do so. Tab is the key for changing focus. By the way, using editingFinished() is probably not the proper way of doing what you want. "returnPressed()" would be a much better choice to react on the return key by losing focus. Of course editingFinished() is a good place to react on changes to the text of the edit.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


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

    iwatsu (10th October 2011)

Similar Threads

  1. QComboBox editingFinished
    By aekilic in forum Qt Programming
    Replies: 6
    Last Post: 28th November 2020, 08:17
  2. Need a signal almost like editingFinished
    By eric.frederich in forum Qt Programming
    Replies: 4
    Last Post: 25th February 2011, 17:46
  3. editingFinished of QLineEdit
    By weixj2003ld in forum Qt Programming
    Replies: 1
    Last Post: 3rd November 2009, 09:06
  4. QDialog, editingFinished, and Cancel Button.
    By jeffpogo in forum Qt Programming
    Replies: 8
    Last Post: 3rd June 2009, 03:22
  5. editingFinished() signal
    By jamadagni in forum Qt Programming
    Replies: 3
    Last Post: 17th February 2006, 05:39

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.