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