CS代考计算机代写 #include “mainwindow.h”

#include “mainwindow.h”
#include
#include

int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
// I don’t like the status bar. Hide it.
w.statusBar()->hide();

return a.exec();
}

Posted in Uncategorized

Leave a Reply

Your email address will not be published. Required fields are marked *