Open nargizaraimova opened 6 years ago
Hi, I have an issue with zbreplay. The error is: AttributeError: 'QComboBox' object has no attribute 'text' Traceback (most recent call last): File "main.py", line 138, in zbreplay file=self.zbreplayFile.text()
i believe it should be file=self.zbreplayFile.currentText()
file=self.zbreplayFile.currentText()
Thx man, it really works!
Hi, I have an issue with zbreplay. The error is: AttributeError: 'QComboBox' object has no attribute 'text' Traceback (most recent call last): File "main.py", line 138, in zbreplay file=self.zbreplayFile.text()