Results 1 to 3 of 3

Thread: QGraphicsItem selection

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Sep 2008
    Location
    Bangalore
    Posts
    659
    Thanks
    116
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QGraphicsItem selection

    means this one .. Qt::FocusPolicy .. ?

    the best way for u is
    void QGraphicsItem::installSceneEventFilter ( QGraphicsItem * filterItem )
    and try to restrict any event on other items while current one is selected
    Last edited by wagmare; 27th July 2009 at 11:34. Reason: sorry i refered Qt::FocusPolicy wrongly
    "Behind every great fortune lies a crime" - Balzac

Similar Threads

  1. [SOLVED] QTreeView drawing selection with icons
    By Timewarp in forum Qt Programming
    Replies: 7
    Last Post: 7th February 2013, 07:52
  2. destruction of QGraphicsItem
    By killkolor in forum Qt Programming
    Replies: 2
    Last Post: 5th December 2009, 10:31
  3. Replies: 1
    Last Post: 18th November 2009, 23:21
  4. selection of QGraphicsItem
    By navi1084 in forum Qt Programming
    Replies: 6
    Last Post: 23rd July 2009, 06:33
  5. Replies: 1
    Last Post: 25th February 2009, 00:34

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.