Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altairwei/WizNotePlus
/ setOKButtonEnable
Method
setOKButtonEnable
src/WizLineInputDialog.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void WizLineInputDialog::setOKButtonEnable(bool enable)
48
{
49
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(enable);
50
}
51
52
void WizLineInputDialog::setErrorMessage(QString message)
53
{
Callers
3
on_newFolder_inputText_changed
Method · 0.80
on_newTag_inputText_changed
Method · 0.80
on_group_newFolder_inputText_changed
Method · 0.80
Calls
2
button
Method · 0.80
setEnabled
Method · 0.45
Tested by
no test coverage detected