質問編集履歴
1
変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -91,7 +91,6 @@
|
|
91
91
|
self.model = MyTableModel(row, header)
|
92
92
|
self.tableView.setModel(self.model)
|
93
93
|
self.selectRow = self.model.rowCount(QModelIndex())
|
94
|
-
self.pushButton.clicked.connect(self.insertRows)
|
95
94
|
|
96
95
|
if __name__ == '__main__':
|
97
96
|
|