MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / ColorConfigTab

Method ColorConfigTab

Settings/ColorConfigTab.cpp:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133ColorConfigTab::ColorConfigTab(QWidget *parent) :
134 ConfigTab(parent, "Colors"),
135 ui(new Ui::ColorConfigTab)
136{
137 ui->setupUi(this);
138
139 this->connectAll();
140}
141
142ColorConfigTab::~ColorConfigTab()
143{

Callers

nothing calls this directly

Calls 1

connectAllMethod · 0.95

Tested by

no test coverage detected