Home
last modified time | relevance | path

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

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DApplicationWindow.h1166 QAction *actionDeleteFitTables, *actionShowGridDialog, *actionTimeStamp; variable
H A DApplicationWindow.cpp1156 format->addAction(actionShowGridDialog); in customMenu()
10636 actionShowGridDialog = new QAction(tr("&Grid ..."), this); in createActions()
10637 connect(actionShowGridDialog, SIGNAL(triggered()), this, SLOT(showGridDialog())); in createActions()
11128 actionShowGridDialog->setText(tr("&Grid ...")); in translateActionsStrings()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DApplicationWindow.h1529 QAction *actionDeleteFitTables, *actionShowGridDialog, *actionTimeStamp;
H A DApplicationWindow.cpp1768 format->addAction(actionShowGridDialog);
14357 actionShowGridDialog = new QAction(tr("&Grid ..."), this);
14358 connect(actionShowGridDialog, SIGNAL(activated()), this, SLOT(showGridDialog()));
15297 actionShowGridDialog->setMenuText(tr("&Grid ..."));