MCPcopy 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
47void WizLineInputDialog::setOKButtonEnable(bool enable)
48{
49 ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(enable);
50}
51
52void WizLineInputDialog::setErrorMessage(QString message)
53{

Calls 2

buttonMethod · 0.80
setEnabledMethod · 0.45

Tested by

no test coverage detected