Пример #1
0
int main (int argc, char* argv[])
{
  QApplication app (argc, argv);

  MS ms;
  ms.show();

  return app.exec();
}