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