#include "MockTest1.h" MockTest1::MockTest1(QWidget *parent) : QMainWindow(parent) { ui.setupUi(this); } MockTest1::~MockTest1() {}