a piece of code:

....
outFile = 
QtCore.QFile(self.vetorStatus[self.ui.tabWidget.currentIndex()]['caminhoSalvo'])
action = self.sender()
out = QtCore.QTextStream(outFile)

codecName = action.data()
out.setCodec(codecName)

out << self.vetorQTextEdit[self.ui.tabWidget.currentIndex()].toPlainText()
...

Date: Thu, 10 Nov 2011 09:51:51 -0800
From: [email protected]
Subject: Re: [PySide] Bug Writing to Files (Pyside 1.0.8)
To: [email protected]; [email protected]

You can share some code snippets so that developers will have an idea of what's 
wrong, I think..
From: Giovanni Max Gaspar <[email protected]>
To: PySide Help <[email protected]>
Sent: Thursday, November 10, 2011 7:44 PM
Subject: [PySide] Bug Writing to Files (Pyside 1.0.8)







Just reporting...

Since I updated pyside from version 1.0.7 to version 1.0.8, my "applications" 
stopped writing to files... They just write "blank". 
I am using the same source codes and the same computer (running Ubuntu 10.04). 
It could be probably a bug in the new release... 

Thanks.
Giovanni M . G.
                                          

_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside


                                          
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to