#include "setinfowidget.h" #include "ui_setinfowidget.h" SetInfoWidget::SetInfoWidget(QWidget *parent) : QWidget(parent), ui(new Ui::SetInfoWidget) { ui->setupUi(this); } SetInfoWidget::~SetInfoWidget() { delete ui; }