MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / setFindString

Method setFindString

src/dialogs/FindReplaceDialog.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void FindReplaceDialog::setFindString(const QString &string)
160{
161 ui->comboFind->setCurrentText(string);
162 ui->comboFind->lineEdit()->selectAll();
163}
164
165void FindReplaceDialog::setTab(int tab)
166{

Callers 1

showFindReplaceDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected