Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
void SettingsWidget::enableUpdateButton(){
273
ui->pushButton_2->setEnabled(true);
274
}
275
276
void SettingsWidget::setUpdateButtonText(const QString& text){
277
if(updateRequestedByUser) {
Callers
1
checkedForNewVer
Method · 0.80
Calls
1
setEnabled
Method · 0.80
Tested by
no test coverage detected