#include "qdialbutton.h" QDialButton::QDialButton(const quint8 &row, const quint8 &column, QWidget *parent) : QRatioButton(row, column, parent) { }