25 #ifndef FILL_COMBOBOX_H
26 #define FILL_COMBOBOX_H
41 PieceFillComboBox(
int width,
int height, QWidget *parent =
nullptr,
const char *name =
nullptr);
47 void setFill(
const QString &fill);
48 QPixmap
createFillIcon(
const int w,
const int h, Qt::BrushStyle style);
void fillChangedSignal(const QString &fill)
void setFill(const QString &fill)
virtual ~PieceFillComboBox()
void fillChanged(int index)
QPixmap createFillIcon(const int w, const int h, Qt::BrushStyle style)
PieceFillComboBox(QWidget *parent=nullptr, const char *name=nullptr)