item2_2=QTableWidgetItem (' test ')
Item2_2. SetFlags (Qt. ItemIsEditable)
Self. Table. SetItem (1, 1, item2_2) # control whether a elder brother can be modified
CodePudding user response:
This is qt, I also encountered the same problemCodePudding user response:
This is qt, I also encountered the same problem