Re: [Interest] QGraphicsItem and mouse events

2013-11-02 Thread Igor Mironchik
In the attachement small example that shows the problem. By default QGraphicsItem must be movable by mouse but he doesn't... Hi. I've implemented QGraphicsItem and want to receive mouseReleaseEvent. I've reimplemented mouseReleaseEvent virtual method but he doesn't invoked. Why? I've

Re: [Interest] QGraphicsItem and mouse events

2013-11-02 Thread Christoph Feck
On Saturday 02 November 2013 23:21:24 Igor Mironchik wrote: By default QGraphicsItem must be movable by mouse but he doesn't... What does the Qt documentation state about the default value for QGraphicsItem::flags()? -- Christoph Feck http://kdepepo.wordpress.com/ KDE Quality Team

Re: [Interest] QGraphicsItem and mouse events

2013-11-02 Thread Igor Mironchik
On Saturday 02 November 2013 23:21:24 Igor Mironchik wrote: By default QGraphicsItem must be movable by mouse but he doesn't... What does the Qt documentation state about the default value for QGraphicsItem::flags()? Ops, That is what I was looking for... Sorry. -- Best Regards, Igor