Results 1 to 5 of 5

Thread: The delegated widgets become hidden

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: The delegated widgets become hidden

    Quote Originally Posted by fulbay View Post
    Is there a bug?
    Yes, you need to call the base class impelemtation. Something like:
    Qt Code:
    1. return QObject::eventFilter(obj, event);
    To copy to clipboard, switch view to plain text mode 
    It is also described in QObject::installEventFilter().

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

    fulbay (20th December 2010)

  3. #2
    Join Date
    Oct 2010
    Posts
    21
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: The delegated widgets become hidden

    Oh, yes! Thanks! This help is great to me

Similar Threads

  1. Replies: 6
    Last Post: 10th March 2015, 12:34
  2. hidden a QTreeWidgetItem
    By mattia in forum Newbie
    Replies: 6
    Last Post: 19th February 2014, 14:04
  3. Replies: 5
    Last Post: 6th December 2007, 14:43
  4. widgets behind hidden widgets not working
    By bpetty in forum Newbie
    Replies: 13
    Last Post: 7th September 2007, 20:23
  5. Hidden field in QTreeView
    By YuriyRusinov in forum Qt Programming
    Replies: 4
    Last Post: 30th June 2006, 12:00

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.