MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / tabButton

Function tabButton

src/gui/Ax25HfPacketDecodeDialog.cpp:382–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382QPushButton* tabButton(const QString& text, bool active, QWidget* parent)
383{
384 auto* button = new QPushButton(text, parent);
385 button->setObjectName(QStringLiteral("TabButton"));
386 button->setCheckable(true);
387 button->setChecked(active);
388 button->setEnabled(active);
389 button->setFlat(true);
390 return button;
391}
392
393QFrame* statusPanel(const QString& title, QLabel** dot, QLabel** value, QWidget* parent)
394{

Callers 1

Calls 1

setEnabledMethod · 0.45

Tested by

no test coverage detected