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