[PyQt] textEdit
kib2
kib2 at free.fr
Mon Aug 27 16:25:28 BST 2007
lucaberto at libero.it a écrit :
> hello i'm using the last pyqt.
>
> In my form i have a textEdit.
>
> If i write as follow i obtain "unandled attribute error" Why?
>
> note = self.textEdit.text()
>
> Thanks
>
> Luca
>
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
>
use the toPlainText() method.
More information about the PyQt
mailing list