#include "mainwindow.h" #include MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { statusLabel = new QLabel("Why it bugs?"); this->setCentralWidget( statusLabel ); } MainWindow::~MainWindow() { }