MCPcopy Create free account
hub / github.com/cneben/QuickQanava / main

Function main

samples/dataflow/dataflow.cpp:46–59  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

44
45//-----------------------------------------------------------------------------
46int main( int argc, char** argv )
47{
48#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
49 QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
50#endif
51 QGuiApplication app(argc, argv);
52 QQuickStyle::setStyle("Material");
53 QQmlApplicationEngine engine;
54 engine.addImportPath("../../src/");
55 engine.addImportPath("./");
56 QuickQanava::initialize(&engine);
57 engine.loadFromModule("SampleDataFlow", "SampleDataFlow");
58 return app.exec();
59}
60//-----------------------------------------------------------------------------
61
62

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected