MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / setDescription

Method setDescription

core/src/pluginenablewidget.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48PluginEnableWidget::~PluginEnableWidget() {}
49
50void PluginEnableWidget::setDescription(QString description)
51{
52 m_descriptionLabel->clear();
53 m_descriptionLabel->setText(description);
54}
55
56QCheckBox *PluginEnableWidget::checkBox() const { return m_checkBox; }
57

Callers 7

LicenseOverlayMethod · 0.45
loadOpenGLMethod · 0.45
createSudoDialogMethod · 0.45
createSectionMethod · 0.45
createSectionMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected