Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Widget for using with following purposes? (text editor, links)

Widget for using with following purposes? (text editor, links)

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 3.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    adisk
    wrote on last edited by
    #1

    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!

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AS.Sri
      wrote on last edited by
      #2

      Please go through "QLabel":http://doc.qt.nokia.com/latest/qlabel.html and "QTextBrowser":http://doc.qt.nokia.com/4.7/qtextbrowser.html.

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        "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.

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0
        • A Offline
          A Offline
          AS.Sri
          wrote on last edited by
          #4

          Thanks a lot Volker that helped me too.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved