MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / selectKeyboardDeviceListRow

Method selectKeyboardDeviceListRow

QKeyMapper/qinputdevicelistwindow.cpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void QInputDeviceListWindow::selectKeyboardDeviceListRow(int select_rowindex)
293{
294 QTableWidgetSelectionRange selection = QTableWidgetSelectionRange(select_rowindex, 0, select_rowindex, KEYBOARD_TABLE_COLUMN_COUNT - 1);
295 ui->keyboardDeviceTable->setRangeSelected(selection, true);
296}
297
298void QInputDeviceListWindow::selectMouseDeviceListRow(int select_rowindex)
299{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected