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

Method GuiConfigTab

Settings/GuiConfigTab.cpp:121–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121GuiConfigTab::GuiConfigTab(QWidget *parent) :
122 ConfigTab(parent, "GUI behavior"),
123 ui(new Ui::GuiConfigTab)
124{
125 ui->setupUi(this);
126
127 this->connectAll();
128}
129
130GuiConfigTab::~GuiConfigTab()
131{

Callers

nothing calls this directly

Calls 1

connectAllMethod · 0.95

Tested by

no test coverage detected