Le curseur change lorsqu'on le passe au-dessus des points de modification des conducteurs.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@55 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2007-02-15 20:00:20 +00:00
parent 8c491de218
commit e73773ea55
2 changed files with 29 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
void mousePressEvent(QGraphicsSceneMouseEvent *);
void mouseMoveEvent(QGraphicsSceneMouseEvent *);
void mouseReleaseEvent(QGraphicsSceneMouseEvent *);
void hoverMoveEvent(QGraphicsSceneHoverEvent *);
private:
/// booleen indiquant si le fil est encore valide
@@ -46,6 +47,7 @@
bool moving_point;
bool moving_segment;
int moved_point;
qreal previous_z_value;
ConducerSegment *moved_segment;
bool modified_path;
static QPen conducer_pen;