0
点赞
收藏
分享

微信扫一扫

QT 从表中删除行及其所有项

爱薇Ivy趣闻 2023-12-11 阅读 33

void QTableWidget::removeRow(int row)

Removes the row row and all its items from the table.

ui->tableWidget->removeRow(0);

尝试一下即可

举报

相关推荐

0 条评论