Home
last modified time | relevance | path

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

/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Dmainwindow.cpp254 showAllIOAction = new QAction(tr("&Show all IO panels"), this); in MainWindow()
255 showAllIOAction->setIcon(QPixmap(iopanelshow_xpm)); in MainWindow()
256 connect(showAllIOAction, SIGNAL(triggered()), this, SLOT(showIO())); in MainWindow()
257 showAllIOAction->setDisabled(true); in MainWindow()
306 viewMenu->addAction(showAllIOAction); in MainWindow()
337 controlToolBar->addAction(showAllIOAction); in MainWindow()
1386 showAllIOAction->setDisabled(true); in checkIfLastModule()
1398 showAllIOAction->setEnabled(true); in checkIfFirstModule()
H A Dmainwindow.h96 QAction *showAllIOAction, *hideAllIOAction; variable