TypeError: addItems(self, Iterable[str]): argument 1 has unexpected type 'str'
cbox = open("krktr.txt")
for i in cbox.readlines():
mylist = list()
mylist.append(i)
self.comboBox.addItems(str(list))
Please help me with it. Actually, I don't have good English and I'm new here and waiting for someone to help me.