Home
last modified time | relevance | path

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

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DApplicationWindow.h1159 *actionResizeWindow, *actionPrintWindow; variable
H A DApplicationWindow.cpp10704 actionPrintWindow = new QAction(QIcon(QPixmap(":/fileprint.xpm")), tr("&Print Window"), this); in createActions()
10705 connect(actionPrintWindow, SIGNAL(triggered()), this, SLOT(printWindow())); in createActions()
11161 actionPrintWindow->setText(tr("&Print Window")); in translateActionsStrings()