int main(int argc, char* argv[]){ QApplication app(argc, argv); QWidget w(0, Qt::MSWindowsFixedSizeDialogHint); w.show(); return app.exec();}