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