MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / show

Method show

DSView/pv/dock/keywordlineedit.cpp:374–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void PopupLineEdit::show()
375{
376#ifdef _WIN32
377 if (_is_instant){
378 showPupopInput();
379 return;
380 }
381#endif
382
383 QLineEdit::show();
384}
385
386void PopupLineEdit::hide()
387{

Callers 3

ShowDlgMethod · 0.45
on_keyword_changedMethod · 0.45
PopupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected