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