Like this, I wanna print the shortcut text.
But I don't wanna use code like this :
this->newAction->setShortcut(QKeySequence::New);
Because I handle shortcuts by using my KeyAction
classes.
If I use setShortcut()
, my KeyAction classes is ignored.
Is there any solution for only printing shortcut text?
Or Do I have to set text like "새 파일(&N)\t\tCtrl + N" ?
I wanna print text aligned.
Thanks for your help.