Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-6273

TextEdit wraps each word to its own line

    XMLWordPrintable

Details

    • 6d9e42793f912dbaf742c8f941bbdb9041d08a7f

    Description

      When you turn on wrap in a TextEdit, and then add text, nearly every word is wrapped to its own line. This is in spite of there being room for more than one word on the line, due to the width being fixed to a large number. The below code reproduces:

      import Qt 4.6

      TextEdit {
      width: 400
      height: 200
      wrap: true
      focus: true
      }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            aalpert-nokia Alan Alpert (closed Nokia identity) (Inactive)
            aalpert-nokia Alan Alpert (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes