#include "Dialog.hpp" CDialog::CDialog(QObject* parent) : QObject(parent) { ; } void CDialog::onButtonPress(QString buttonName) { ; }