mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 01:10:53 +01:00
Mise a jour de la documentation (sauf dossier editor/)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@167 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -48,6 +48,10 @@ void DiagramTextItem::focusOutEvent(QFocusEvent *e) {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
Gere le relachement des touches du clavier.
|
||||
Cette methode a ete reimplementee pour gerer la touche Suppr/Del
|
||||
*/
|
||||
void DiagramTextItem::keyReleaseEvent(QKeyEvent *e) {
|
||||
if (e -> key() == Qt::Key_Delete) {
|
||||
QTextCursor text_cursor = textCursor();
|
||||
|
||||
Reference in New Issue
Block a user