Results 1 to 2 of 2

Thread: QWidget question

  1. #1
    Join Date
    Jan 2006
    Location
    Ljubljana
    Posts
    687
    Thanks
    111
    Thanked 4 Times in 4 Posts
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default QWidget question

    Hi to all!

    Which signal is emitted, when QWidget (QTextEdit or QLineEdit or other text input classes) loses focus, because of Tab key press or mouse selecting other input widget? I've been reading the docs, but I did not find it...
    Qt 5.3 Opensource & Creator 3.1.2

  2. #2
    Join Date
    Sep 2006
    Posts
    46
    Thanks
    2
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QWidget question

    It is an event not a signal.

    QWidget::focusOutEvent ( QFocusEvent * event )

  3. The following user says thank you to merlvingian for this useful post:

    MarkoSan (24th March 2008)

Similar Threads

  1. QWidget inside MFC project
    By hINTModuleState in forum Newbie
    Replies: 3
    Last Post: 9th October 2015, 16:22
  2. Replies: 3
    Last Post: 8th March 2007, 15:54
  3. [Qt-3] QTable question
    By a550ee in forum Qt Programming
    Replies: 2
    Last Post: 28th September 2006, 12:03
  4. Replies: 5
    Last Post: 4th August 2006, 11:12
  5. Replies: 1
    Last Post: 2nd May 2006, 22:11

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.