QTableWidget 合并单元格
参考资料:
1、https://blog.csdn.net/lxj362343/article/details/90480581
2、https://blog.csdn.net/weixin_43450564/article/details/112333233
解决方案,使用setSpan函数
void QTableView::setSpan(int row, int column, int rowSpanCount, int columnSpanCount)