Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ runUserInterface
Method
runUserInterface
src/application.cpp:201–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
200
201
int Application::runUserInterface(int argc,char* argv[])
202
{
203
QApplication a(argc,argv);
204
MainWindow w;
205
w.loadFiles(inputFiles);
206
w.show();
207
return QApplication::exec();
208
}
Callers
nothing calls this directly
Calls
1
loadFiles
Method · 0.80
Tested by
no test coverage detected