Home
last modified time | relevance | path

Searched refs:openRecentProject (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/scantailor/scantailor-advanced-1.0.16/
H A DNewOpenProjectPanel.h39 void openRecentProject(const QString& project_file);
H A DNewOpenProjectPanel.cpp69 …connect(label, SIGNAL(linkActivated(const QString&)), this, SIGNAL(openRecentProject(const QString… in addRecentProject()
H A DMainWindow.cpp417 connect(nop, SIGNAL(openRecentProject(const QString&)), this, SLOT(openProject(const QString&)), in showNewOpenProjectPanel()
/dports/devel/cppcheck/cppcheck-2.6.3/gui/
H A Dmainwindow.h222 void openRecentProject();
H A Dmainwindow.cpp177 this, SLOT(openRecentProject())); in MainWindow()
1764 void MainWindow::openRecentProject() in openRecentProject() function in MainWindow
/dports/devel/cppcheck-gui/cppcheck-2.6.3/gui/
H A Dmainwindow.h222 void openRecentProject();
H A Dmainwindow.cpp177 this, SLOT(openRecentProject())); in MainWindow()
1764 void MainWindow::openRecentProject() in openRecentProject() function in MainWindow
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dmainwindow.h178 void openRecentProject();
H A Dmainwindow.cpp2057 void MainWindow::openRecentProject() in openRecentProject() function in MainWindow
2092 auto action = menu->addAction(fileInfo.fileName(), this, &MainWindow::openRecentProject); in addRecentProjectsActions()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DApplicationWindow.h536 void openRecentProject();
H A DApplicationWindow.cpp3444 void ApplicationWindow::openRecentProject() in openRecentProject() function in ApplicationWindow
11561 SIGNAL(triggered()), this, SLOT(openRecentProject())); in updateRecentProjectsList()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dprojectexplorer.cpp455 void openRecentProject(const QString &fileName);
3234 openRecentProject(fileName); in updateRecentProjectMenu()
3257 void ProjectExplorerPluginPrivate::openRecentProject(const QString &fileName) in openRecentProject() function in ProjectExplorer::ProjectExplorerPluginPrivate
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DApplicationWindow.h664 void openRecentProject(int index);
H A DApplicationWindow.cpp380 connect(recent, SIGNAL(activated(int)), this, SLOT(openRecentProject(int)));
4741 void ApplicationWindow::openRecentProject(int index)