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

Method highlightSelectFirst

QKeyMapper/qmappingsequenceedit.cpp:1690–1697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1688}
1689
1690void QMappingSequenceEdit::highlightSelectFirst()
1691{
1692 MappingSequenceEditTableWidget *table = ui->mappingSequenceEditTable;
1693 if (table->rowCount() <= 0) {
1694 return;
1695 }
1696 reselectionRangeAndScroll(0, 0);
1697}
1698
1699void QMappingSequenceEdit::highlightSelectLast()
1700{

Callers 1

keyPressEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected