PyQt5学习记录:QTableView如何获取指定单元格中的内容
@pyqtSlot() def on_pushButton_clicked(self): print("保存配置文件") row = self.tableviews.currentIndex().row() colum = self.tableviews.currentIndex().column() text = self.tableviews.currentIndex().data() data=[str(row),
原创
2022-04-28 09:18:21 ·
7456 阅读 ·
0 评论