To append a line you can use QTextEdit::append(). Reading line by line is a bit more complex, but you can get all of the text with QTextEdit::toPlainText() (the docs are for C++ version, but PyQt behaves almost the same).
See QLineEdit::text() and QLineEdit::setText() methods.
See QDateTime::date() and QDateTime::setDate() methods.





Reply With Quote
Bookmarks