Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.3.3
-
None
Description
Shortcuts are activated when editing a QGraphicsTextItem. This is not the case with QTextEdit and QLineEdit and therefore this is an inconsistent behavior.
Update: As a work around, you can create your own subclass of QGraphicsTextItem and catch the respective events yourself.