| 325 | } |
| 326 | |
| 327 | void 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 | |
| 335 | void SettingsWindow::onBlur() |
| 336 | { |