#1840 Summary case: Cut paste with key shortcut and multiselection for copying/cutting with key shortcut

This commit is contained in:
Rebecca Cox
2017-09-13 11:09:49 +02:00
parent 018aea4f58
commit 334a9c5bc4
3 changed files with 24 additions and 18 deletions

View File

@@ -106,6 +106,7 @@ void RicPasteSummaryCaseFeature::setupActionLook(QAction* action)
{
action->setText("Paste Summary Case");
action->setIcon(QIcon(":/clipboard.png"));
action->setShortcut(QKeySequence::Paste);
}
//--------------------------------------------------------------------------------------------------