1 2 3 4 5 6 7
#include "MyWindow.h" MyWindow::MyWindow(QWidget* parent) : QWidget(parent) { this->m_ui.setupUi(this); }