#include "MyWindow.h"
MyWindow::MyWindow(QWidget* parent)
: QWidget(parent)
{
this->m_ui.setupUi(this);
}