MCPcopy Create free account
hub / github.com/ckb-next/ckb-next / enableUpdateButton

Method enableUpdateButton

src/gui/settingswidget.cpp:272–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void SettingsWidget::enableUpdateButton(){
273 ui->pushButton_2->setEnabled(true);
274}
275
276void SettingsWidget::setUpdateButtonText(const QString& text){
277 if(updateRequestedByUser) {

Callers 1

checkedForNewVerMethod · 0.80

Calls 1

setEnabledMethod · 0.80

Tested by

no test coverage detected