akbcode
Results
1
issues of
akbcode
I created a small program to test static int Main(string[] args) { using (var app = new QGuiApplication(args)) { using (var engine = new QQmlApplicationEngine()) { engine.Load("main.qml"); return app.Exec(); }...