#include mainwindow.h
#include
#include
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
// I dont like the status bar. Hide it.
w.statusBar()->hide();
return a.exec();
}
$25
File Name: CS_#include_mainwindow.h.zip
File Size: 226.08 KB
#include mainwindow.h
#include
#include
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
// I dont like the status bar. Hide it.
w.statusBar()->hide();
return a.exec();
}
Only logged in customers who have purchased this product may leave a review.
Reviews
There are no reviews yet.