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

Method input

src/WizLineInputDialog.cpp:34–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34QString WizLineInputDialog::input()
35{
36 QString strText = ui->editInput->text();
37
38 // only trigger value change if user modified default value
39 if (strText == m_strDefault) {
40 return "";
41 }
42
43
44 return strText;
45}
46
47void WizLineInputDialog::setOKButtonEnable(bool enable)
48{

Calls 1

textMethod · 0.45

Tested by

no test coverage detected