/** * @brief Widget::on_toolButton_del_TableWidget_clicked * 删除选中的表格 */void Widget::on_toolButton_del_TableWidget_clicked(){ /*获取选中的列表里的所有条目*/ QLi...
def change_table(self): ''' 作用:通过取值框的值改变表格行数 ''' cols = self.spinBox.value() if(cols == 1): # 行隐藏 self.tableWidget.hideRow(...