Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ main
Function
main
examples/Sql/main.cpp:156–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
};
155
156
int main(int argc, char **argv)
157
{
158
QApplication app(argc, argv);
159
160
ChartWidget w;
161
w.show();
162
163
return app.exec();
164
}
165
166
#include
"main.moc"
Callers
1
main.cpp
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected