Searched refs:edit_instruments (Results 1 – 1 of 1) sorted by relevance
2975 QAction* edit_instruments = new QAction(tr("Edit Instruments"), this); in contextMenuEvent() local2976 connect(edit_instruments, SIGNAL(triggered()), this, SLOT(requestInstrumentDialog())); in contextMenuEvent()2977 contextMenu->addAction(edit_instruments); in contextMenuEvent()