Results 1 to 13 of 13

Thread: QListWidget clicked signal

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 541 Times in 521 Posts

    Default Re: QListWidget clicked signal

    Reimplement mousePressEvent() for the widget.
    Remember to call QListWidget::mousePressEvent at the end of it, since all item clicked signals are based on it.

    Regards

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

    asieriko (8th August 2007)

Similar Threads

  1. QTreeWidget clicked signal
    By ^NyAw^ in forum Qt Programming
    Replies: 41
    Last Post: 30th January 2010, 11:42
  2. Replies: 13
    Last Post: 15th December 2006, 11:52
  3. Custom Widget - clicked() signal
    By ak in forum Newbie
    Replies: 3
    Last Post: 13th November 2006, 08:35
  4. Replies: 2
    Last Post: 17th May 2006, 21:01
  5. Replies: 10
    Last Post: 27th January 2006, 18:12

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.