问题:
在使用 ui->listWidget->setCurrentRow(row); 设置当前行之后 listWidget 的选中状态未发生改变.
解决:
在设置当前行之后再次设置焦点 ui->listWidget->setFocus();