Widget for using with following purposes? (text editor, links)
-
Please,
recomend Widget for using with following purposes:- Edit text In the widget, as in a text editor
- Links in the text
- Images in the text (desirable)
Editing features:
- Editable Links: straight from the widget to change the title of links.
- Pressing "Enter" on link - go to the link target
Of course, the complete widget does exists.
What to use as a basis.Thanks!
-
Please go through "QLabel":http://doc.qt.nokia.com/latest/qlabel.html and "QTextBrowser":http://doc.qt.nokia.com/4.7/qtextbrowser.html.
-
"QTextEdit":http://doc.qt.nokia.com/stable/qtextedit.html is your friend.
QLabel is only for small text and has very limited editing capacities and is not able to follow hyperlinks. QTextBrowser is read-only - definitely nothing you want to go if you want to edit your text.
I'm not sure, if it is possible to edit some text with the "Qt Webkit":http://doc.qt.nokia.com/stable/qtwebkit.html classes.