Code: Alles auswählen
self.ui.textEdit.setText(sys.stdout)
TypeError: QTextEdit.setText(str): argument 1 has unexpected type '_io.TextIOWrapper'
Code: Alles auswählen
self.ui.textEdit.setText(sys.stdout)
TypeError: QTextEdit.setText(str): argument 1 has unexpected type '_io.TextIOWrapper'