This commit is contained in:
WorldTeacher
2024-09-23 15:48:02 +02:00
parent e5816b40d2
commit e7efdc8481
7 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ class MultiUserFound(QtWidgets.QDialog, Ui_Dialog):
self.tableWidget.cellClicked.connect(self.selectUser)
def selectUser(self, row, column):
# print(row, column)
#print(row, column)
user = User(
id=self.tableWidget.item(row, 0).text(),
username=self.tableWidget.item(row, 1).text(),