Home
last modified time | relevance | path

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

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DApplicationWindow.h1127 QAction *actionExportGraph, *actionExportAllGraphs, *actionPrint, *actionPrintAllPlots, variable
H A DApplicationWindow.cpp812 file->addAction(actionPrintAllPlots); in initMainMenu()
1131 actionPrintAllPlots->setEnabled(projectHas2DPlots()); in customMenu()
1228 actionPrintAllPlots->setEnabled(false); in disableActions()
10406 actionPrintAllPlots = new QAction(tr("Print All Plo&ts"), this); in createActions()
10407 connect(actionPrintAllPlots, SIGNAL(triggered()), this, SLOT(printAllPlots())); in createActions()
10991 actionPrintAllPlots->setText(tr("Print All Plo&ts") + "..."); in translateActionsStrings()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DApplicationWindow.h1496 …QAction *actionExportGraph, *actionExportAllGraphs, *actionPrint, *actionPrintAllPlots, *actionSho…
H A DApplicationWindow.cpp1737 actionPrintAllPlots->setEnabled(projectHas2DPlots());
1830 actionPrintAllPlots->setEnabled(false);
10138 fileMenu->addAction(actionPrintAllPlots);
14087 actionPrintAllPlots = new QAction(tr("Print All Plo&ts"), this);
14088 actionPrintAllPlots->setShortcut(tr("Ctrl+Shift+P"));
14089 connect(actionPrintAllPlots, SIGNAL(activated()), this, SLOT(printAllPlots()));
15122 actionPrintAllPlots->setMenuText(tr("Print All Plo&ts") + "...");
15123 actionPrintAllPlots->setShortcut(tr("Ctrl+Shift+P"));