MCPcopy Create free account
hub / github.com/Atarity/Lightpack / ColorButton

Method ColorButton

Software/src/ColorButton.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#define COLOR_LABEL_SPACING 5
8
9ColorButton::ColorButton(QWidget * parent) : QPushButton(parent)
10{
11 this->setText("");
12 connect(this, SIGNAL(clicked()), this, SLOT(click()));
13}
14
15ColorButton::~ColorButton()
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected