Re: [PyQt] selecting a bezier curve

2013-04-14 Thread Christophe BAL
Thanks for all ! 2013/4/14 > Hi, > > I'd like to point out that, realistically, the QGraphicsView framework > is obsolete. Yes, it may still be around a while. > But: The new OpenGL based QtQuick 2.0 graphics stack is way better. > > I'm in the process of porting a C++ application from QGraphic

Re: [PyQt] selecting a bezier curve

2013-04-13 Thread Christophe BAL
Hello, can you give your solution ? Christophe. 2013/4/14 Tom Brown > Ah! I found the QGraphicsView.mapToScene() method. This solved my problem. > > Thanks! > Tom > > > On Sat, Apr 13, 2013 at 6:06 PM, Tom Brown wrote: > >> I've found that this problem isn't specific to a bezier curve. If I >

[PyQt] KeyPressEvent and Table

2013-03-16 Thread Christophe BAL
content of the cell, and also to change the content only if one digit is pressed. What is the good way to do that ? I've put one minimal not working code just after. One precision : some celle cannot be changed (this is for a sudoku). Best regards. Christophe BAL * THE