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

Method setHint

src/WizUserCipherForm.cpp:158–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void WizUserCipherForm::setHint(const QString& strHint)
159{
160 if (strHint.isEmpty()) {
161 ui->labelHint->setVisible(false);
162 ui->label_2->setVisible(false);
163 } else {
164 ui->labelHint->setText(strHint);
165 ui->labelHint->setVisible(true);
166 ui->label_2->setVisible(true);
167 }
168}
169
170void WizUserCipherForm::setCipherEditorFocus()
171{

Callers 2

viewNoteMethod · 0.80
reviewCurrentNoteMethod · 0.80

Calls 2

isEmptyMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected