#include "mainwindow.h" mainWindow::mainWindow(QWidget *parent) : QMainWindow(parent) { } mainWindow::~mainWindow() { }