#include "clickabledoublespinbox.h" #include ClickableDoubleSpinBox::ClickableDoubleSpinBox(QWidget *parent) : QDoubleSpinBox(parent) { }