QTableWidget Ajouter la ligne Python

rowPosition = self.table.rowCount()
table.insertRow(rowPosition)
Andreas