Searched refs:componentAction (Results 1 – 3 of 3) sorted by relevance
215 function suite.componentAction() function
356 QAction* componentAction = new QAction(tr("New Component Creator"), fileMenu); in create_FileMenu() local358 componentAction->setToolTip(tr("Open a new window to create a 2 dsp component")); in create_FileMenu()359 connect(componentAction, SIGNAL(triggered()), this, SLOT(create_Component_Window())); in create_FileMenu()391 fileMenu->addAction(componentAction); in create_FileMenu()