mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Add Shortcut-key information in the context menu when deleting items
This commit is contained in:
parent
ba00dd6c7b
commit
dc2c2b723d
@ -411,7 +411,8 @@ void XcaTreeView::showContextMenu(QContextMenuEvent *e,
|
||||
menu->addAction(tr("Properties"), this, SLOT(editComment()));
|
||||
}
|
||||
if (indexes.size() > 0) {
|
||||
menu->addAction(tr("Delete"), this, SLOT(deleteItems()));
|
||||
menu->addAction(tr("Delete"), this, SLOT(deleteItems()),
|
||||
QKeySequence::Delete);
|
||||
subExport = menu->addMenu(tr("Export"));
|
||||
subExport->addAction(tr("Clipboard"), this,
|
||||
SLOT(pem2clipboard()));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user