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

TableView incorrect multiline text output

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • Some future release
    • 5.2.0
    • Quick: Controls 1
    • None
    • Windows 7 x64 5.2.0 OpenGL msvc2012

    Description

      Multiline text does not fit well in TableView

      import QtQuick 2.0
      import QtQuick.Controls 1.0
      
      TableView {
          model: QtObject { property string text: "some\nmultiline text"}
          TableViewColumn { role: "text"; width: 20; }
          TableViewColumn { role: "text" }
          TableViewColumn { role: "text" }
      }
      

      Attachments

        1. TableViewBug.png
          2 kB
          Anton Sergunov
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            setosha Anton Sergunov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes