Define shortcut with multiple letter in Qt C++

前端 未结 0 1508
悲哀的现实
悲哀的现实 2021-01-24 14:02

I define a shortcut using following Qt C++ code:

QShortcut *shortcut = new QShortcut(QKeySequence("Ctrl+Shift+S"), this);
QObject::connect(shortcut, &am         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题