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