Save text from text Browser
General and Desktop
4
Posts
2
Posters
1.4k
Views
1
Watching
-
wrote on 15 Jun 2014, 01:28 last edited by
hi :)
can i save text from a QTextBrowser ?
thank you . -
wrote on 15 Jun 2014, 02:39 last edited by
Yes, you can.
Get "plain":http://qt-project.org/doc/qt-5/qtextedit.html#plainText-prop or "html":http://qt-project.org/doc/qt-5/qtextedit.html#html-prop as "QString":http://qt-project.org/doc/qt-5/qstring.html and then save it as you prefer "for example":http://qt-project.org/doc/qt-5/QFile.html#details using "QFile":http://qt-project.org/doc/qt-5/QFile.html
-
wrote on 15 Jun 2014, 19:03 last edited by
thank you
-
wrote on 16 Jun 2014, 04:25 last edited by
Glad it worked for you.
Please add [SOLVED] to the title of your message if you consider that it is solved.
1/4