void QTableWidget::removeRow(int row)
Removes the row row and all its items from the table.
ui->tableWidget->removeRow(0);
尝试一下即可
微信扫一扫
void QTableWidget::removeRow(int row)
Removes the row row and all its items from the table.
ui->tableWidget->removeRow(0);
尝试一下即可
相关推荐