Re: [Interest] QGraphicsView status

2014-07-07 Thread Shawn Rutledge
On Sun, Jul 06, 2014 at 03:39:29PM -0400, Jonathan Wilkes wrote: > QGraphicsView looks like it has what I need to do this. Qt Quick looks > like it has a lot of great features but is conspicuously missing Bezier > curves, ellipses, or even line primitives. (I see it has an HTML5-style > canvas

Re: [Interest] QGraphicsView status

2014-07-07 Thread Tomasz Siekierda
On 6 July 2014 21:39, Jonathan Wilkes wrote: > Hello, > Is QGraphicsView eventually going to get replaced by QML/Graphics > Scene? Definitely not in Qt 5 lifetime, and I have not heard about any plans to remove it in Qt 6. You can safely use it for your project.

[Interest] QGraphicsView status

2014-07-06 Thread Jonathan Wilkes
Hello, Is QGraphicsView eventually going to get replaced by QML/Graphics Scene? The reason I ask is that QGraphicsView looks like it has everything I need to port a piece of software that relies heavily on Tk Canvas. Specifically, I'm drawing boxes around text, and the boxes are connecte