<div dir="ltr">Thanks for all !</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/14  <span dir="ltr"><<a href="mailto:Mathias.Born@gmx.de" target="_blank">Mathias.Born@gmx.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I'd like to point out that, realistically, the QGraphicsView framework<br>
is obsolete. Yes, it may still be around a while.<br>
But: The new OpenGL based QtQuick 2.0 graphics stack is way better.<br>
<br>
I'm in the process of porting a C++ application from QGraphicsView<br>
to QtQuick 2.0, which used a lot of custom QGraphicsItems which are<br>
now QQuickItems. The performance increase is unbelieveable. And it's<br>
more powerful and has more features, too!<br>
<br>
I was very sceptical at first, as this make me dependent on hardware<br>
accelerated OpenGL now. But in the year 2013 this is really no problem.<br>
<br>
Of course, right now QtQuick 2.0 is out of reach for PyQt users.<br>
But that will change. And the new model fits the Python approach<br>
much better. In QGraphicsView, Python code is run every time a frame<br>
is drawn. In QtQuick, your Python code generates a description of the<br>
scene once, which is then drawn by the 3D-chip exclusively. Very fast.<br>
<br>
Best Regards,<br>
Mathias Born<br>
<div class="im"><br>
<br>
<br>
On 14.04.2013, 02:15:16 Tom Brown wrote:<br>
> I've created a simple application (see below) that draws a bezier<br>
> curve. I want to give the user the ability to select the curve so<br>
> they can move it around. However, I'm having trouble selecting the<br>
> curve in an intuitive fashion. When I click on the curve, the point<br>
> I click on is actually far away from the curve.<br>
</div>> ...<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</div></div></blockquote></div><br></div>