QTextEdit... was ->text() too easy?
Hi, in a newbie topic, a newbie question:
how to retrieve all the text contained in a QTextEdit in order to put it in a SQLite database?
Once upon a time there was a method called text() the returned a QString which was the text contained in the box... now I can't go on...
How to take all the QTextEdit data and put it in the proper database field? Maybe QTextEdit for a note field is not suitable? Should I use some else component? :confused:
Re: QTextEdit... was ->text() too easy?
Re: QTextEdit... was ->text() too easy?
Quote:
Originally Posted by
wysota
Great!
This is exactely what I was looking for!
...I read some many times that doc, but never noticed that method... ohhh my sleeping brain...
Thank you!