12int main(
int argc,
char *argv[])
15 QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
18 switch (app.parseCommandLineArguments()) {
19 case QDesigner::ParseArgumentsSuccess:
21 case QDesigner::ParseArgumentsError:
23 case QDesigner::ParseArgumentsHelpRequested:
26 QGuiApplication::setQuitOnLastWindowClosed(
false);
28 return QApplication::exec();