MCPcopy Create free account
hub / github.com/ckaiser/Lightscreen / setHotkeyText

Method setHotkeyText

widgets/hotkeywidget.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void HotkeyWidget::setHotkeyText()
68{
69 QString hotkeyText = mHotkey.toString(QKeySequence::NativeText);
70
71 setText(hotkeyText);
72 parentWidget()->setFocus();
73}
74
75bool HotkeyWidget::event(QEvent *event)
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected