Home
last modified time | relevance | path

Searched refs:actionCopyCursorOffset (Results 1 – 2 of 2) sorted by relevance

/dports/devel/xelfviewer/XELFViewer-0.03/XHexView/
H A Dxhexview.cpp350 QAction actionCopyCursorOffset(tr("Copy cursor offset"),this); in contextMenu() local
351actionCopyCursorOffset.setShortcut(getShortcuts()->getShortcut(XShortcuts::ID_HEX_COPYCURSOROFFSET… in contextMenu()
352 connect(&actionCopyCursorOffset,SIGNAL(triggered()),this,SLOT(_copyCursorOffsetSlot())); in contextMenu()
384 menuCopy.addAction(&actionCopyCursorOffset); in contextMenu()
/dports/devel/xelfviewer/XELFViewer-0.03/XDisasmView/
H A Dxdisasmview.cpp556 QAction actionCopyCursorOffset(tr("Copy cursor offset"),this); in contextMenu() local
557actionCopyCursorOffset.setShortcut(getShortcuts()->getShortcut(XShortcuts::ID_DISASM_COPYCURSOROFF… in contextMenu()
558 connect(&actionCopyCursorOffset,SIGNAL(triggered()),this,SLOT(_copyCursorOffsetSlot())); in contextMenu()
582 menuCopy.addAction(&actionCopyCursorOffset); in contextMenu()