Home
last modified time | relevance | path

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

/dports/astro/marble/marble-21.12.3/src/apps/marble-kde/
H A Dmarble_part.h202 QAction *m_copyMapAction; variable
H A Dmarble_part.cpp745 m_copyMapAction = KStandardAction::copy( this, SLOT(copyMap()), in setupActions()
747 m_copyMapAction->setText( i18nc( "Action for copying the map to the clipboard", "&Copy Map" ) ); in setupActions()
/dports/astro/marble/marble-21.12.3/src/apps/marble-qt/
H A DQtMainWindow.h175 QAction *m_copyMapAction; variable
H A DQtMainWindow.cpp118 m_copyMapAction( nullptr ), in MainWindow()
297m_copyMapAction = new QAction(QIcon(QStringLiteral(":/icons/edit-copy.png")), tr("&Copy Map"), thi… in createActions()
298 m_copyMapAction->setShortcut(tr("Ctrl+C")); in createActions()
299 m_copyMapAction->setStatusTip(tr("Copy a screenshot of the map")); in createActions()
300 connect(m_copyMapAction, SIGNAL(triggered()), this, SLOT(copyMap())); in createActions()
463 m_fileMenu->addAction(m_copyMapAction); in createMenus()