Home
last modified time | relevance | path

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

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dmainwindow.h302 QAction *_exportGraphicsAct; variable
H A Dmainwindow.cpp1179 _exportGraphicsAct = new QAction(tr("&Export as Image(s)..."), this); in createActions()
1180 _exportGraphicsAct->setStatusTip(tr("Export graphics to disk")); in createActions()
1181 _exportGraphicsAct->setIcon(KstGetIcon("insert-image")); in createActions()
1182 connect(_exportGraphicsAct, SIGNAL(triggered()), this, SLOT(showExportGraphicsDialog())); in createActions()
1612 _fileMenu->addAction(_exportGraphicsAct); in createMenus()