MCPcopy Create free account
hub / github.com/CalcProgrammer1/KeyboardVisualizer / show_hide

Method show_hide

KeyboardVisualizerQT/KeyboardVisDlg.cpp:62–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void KeyboardVisDlg::show_hide()
63{
64 if(isHidden())
65 {
66 timer->start(15);
67 show();
68 }
69 else
70 {
71 hide();
72 timer->stop();
73 }
74}
75
76void KeyboardVisDlg::update()
77{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected