MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / onCipher_changed

Method onCipher_changed

src/WizUserCipherForm.cpp:142–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void WizUserCipherForm::onCipher_changed(const QString &text)
143{
144 if (text.isEmpty()) {
145 ui->buttonOk->setStatusNormal();
146 ui->buttonOk->setLockNormalStatus(true);
147 } else {
148 ui->buttonOk->setLockNormalStatus(false);
149 ui->buttonOk->setStatusHot();
150 }
151}
152
153void WizUserCipherForm::setPasswordText(const QString &strPasswordText)
154{

Callers

nothing calls this directly

Calls 4

isEmptyMethod · 0.80
setStatusNormalMethod · 0.80
setLockNormalStatusMethod · 0.80
setStatusHotMethod · 0.80

Tested by

no test coverage detected