textEdit = QTextEdit(self) self. ... file = open("my_file.bin", "rb").read() #расшифровываем self.text = rsa.decrypt(file, privkey) self.
確定! 回上一頁