#include "mainwindow.h"
#include <QApplication>
Go to the source code of this file.
Functions |
int | main (int argc, char *argv[]) |
Function Documentation
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 4 of file main.cpp.
{
QApplication a(argc, argv);
w.setWindowModality(Qt::ApplicationModal);
w.show();
return a.exec();
}