void QTableWidget::removeRow(int row)
Removes the row row and all its items from the table.
ui->tableWidget->removeRow(0);
尝试一下即可
QT 从表中删除行及其所有项
阅读 33
2023-12-11
void QTableWidget::removeRow(int row)
Removes the row row and all its items from the table.
ui->tableWidget->removeRow(0);
尝试一下即可
相关推荐
精彩评论(0)