Home
last modified time | relevance | path

Searched refs:componentAction (Results 1 – 3 of 3) sorted by relevance

/dports/devel/premake5/premake-5.0.0-alpha16-src/modules/vstudio/tests/cs2005/
H A Dtest_files.lua215 function suite.componentAction() function
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/modules/vstudio/tests/cs2005/
H A Dtest_files.lua215 function suite.componentAction() function
/dports/audio/faustlive/faustlive-2.5.7/src/MainStructure/
H A DFLApp.cpp356 QAction* componentAction = new QAction(tr("New Component Creator"), fileMenu); in create_FileMenu() local
358 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()