MCPcopy Create free account
hub / github.com/dmitry-s93/MControlCenter / updateKeyboardBacklightMode

Method updateKeyboardBacklightMode

src/mainwindow.cpp:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387void MainWindow::updateKeyboardBacklightMode() {
388 ui->keyboardBacklightModeComboBox->setCurrentIndex(operate.getKeyboardBacklightMode());
389}
390
391void MainWindow::updateKeyboardBrightness() const {
392 ui->keyboardBrightnessSlider->setSliderPosition(operate.getKeyboardBrightness());

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected