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