MCPcopy Create free account
hub / github.com/Atarity/Lightpack / onFocus

Method onFocus

Software/src/SettingsWindow.cpp:327–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void SettingsWindow::onFocus()
328{
329 DEBUG_LOW_LEVEL << Q_FUNC_INFO;
330 if (!ui->radioButton_GrabWidgetsDontShow->isChecked() && ui->comboBox_LightpackModes->currentIndex() == GrabModeIndex) {
331 emit showLedWidgets(true);
332 }
333}
334
335void SettingsWindow::onBlur()
336{

Callers 1

onFocusChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected