Home
last modified time | relevance | path

Searched refs:copyAction (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dmainwindow.h
H A Dmainwindow.cpp
/glogg/src/
H A Dmainwindow.h190 QAction *copyAction; variable
H A Dmainwindow.cpp280 copyAction = new QAction(tr("&Copy"), this); in createActions()
281 copyAction->setShortcut(QKeySequence::Copy); in createActions()
282 copyAction->setStatusTip(tr("Copy the selection")); in createActions()
283 connect( copyAction, SIGNAL(triggered()), this, SLOT(copy()) ); in createActions()
380 editMenu->addAction( copyAction ); in createMenus()