MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / hide

Method hide

DSView/pv/dock/keywordlineedit.cpp:386–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void PopupLineEdit::hide()
387{
388 if (_popup_input != NULL){
389 _popup_input->input_close();
390 _popup_input = NULL;
391 }
392
393 QLineEdit::hide();
394}
395
396void PopupLineEdit::setRange(int min, int max)
397{

Callers 5

HeaderMethod · 0.80
on_saveMethod · 0.80
on_abortMethod · 0.80
on_keyword_changedMethod · 0.80

Calls 1

input_closeMethod · 0.80

Tested by

no test coverage detected