mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-26 13:20:52 +01:00
Ajout d'info-bulles sur les elements
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@124 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -75,7 +75,6 @@ void Diagram::drawBackground(QPainter *p, const QRectF &r) {
|
||||
@param e QKeyEvent decrivant l'evenement clavier
|
||||
*/
|
||||
void Diagram::keyPressEvent(QKeyEvent *e) {
|
||||
qDebug() << "Diagram::keyPressEvent";
|
||||
QPointF movement;
|
||||
switch(e -> key()) {
|
||||
case Qt::Key_Left: movement = QPointF(-GRILLE_X, 0.0); break;
|
||||
|
||||
Reference in New Issue
Block a user