Hello
I make this code:
row = self.tableWidge t.rowCount()
for a in range(row):
self.tableWidge t.item(row, 0).setFlags(Qt. IsSelectable)
i have this erroror :
global name Qt is not definied
Regards
Luca
I make this code:
row = self.tableWidge t.rowCount()
for a in range(row):
self.tableWidge t.item(row, 0).setFlags(Qt. IsSelectable)
i have this erroror :
global name Qt is not definied
Regards
Luca
Comment