Searched refs:copyAction (Results 1 – 4 of 4) sorted by relevance
190 QAction *copyAction; variable
280 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()