MCPcopy Create free account
hub / github.com/QNapi/qnapi / setSubData

Method setSubData

gui/src/forms/subdatawidget.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void subDataWidget::setSubData(const QIcon &stateIcon, QString name,
32 const QIcon &langIcon, const QIcon &engineIcon) {
33 ui->place1->setPixmap(stateIcon.pixmap(16));
34 ui->place2->setText(name);
35 ui->place3->setPixmap(langIcon.pixmap(16));
36 ui->place4->setPixmap(engineIcon.pixmap(16));
37}
38
39void subDataWidget::setSubData(const QIcon &stateIcon, QString name) {
40 this->clearAll();

Callers 2

foreachFunction · 0.80
foreachFunction · 0.80

Calls 1

clearAllMethod · 0.95

Tested by

no test coverage detected