Qt-interest Archive, January 2008
editingFinished problem
Message 1 in thread
I have 2 QLineEdit:
lineEditFEnterFront
lineEditFEnterSide
with this connections:
connect(lineEditFEnterFront,SIGNAL(editingFinished()),this,SLOT(MoveRobot1()));
connect(lineEditFEnterSide,SIGNAL(editingFinished()),this,SLOT(MoveRobot2()));
When I change focus from lineEditFEnterFront to lineEditFEnterSide it is
call correctly MoveRobot1(), but the problem is that it is call
MoveRobot2() too. How can I avoid this last call?
Thanks
Teo
--
[ signature omitted ]