#include "PolandWidget.h" // ********************************************************* /* * Constructs a PolandWidget to be inserted to the framwework gui * name 'name'.' */ PolandWidget::PolandWidget (QWidget* parent) : QWidget (parent) { setupUi (this); } PolandWidget::~PolandWidget () { }