Following this documentation:
http://doc.qt.digia.com/qq/qq14-actioneditor.html
I figured that out there is no QAction::setAccel(QString)
method anymore.
How can one modify the QAction
accel other than using QtCreator? I need to change them runtime.
The documentation does not even seem to mention this method anymore here: