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

TableView incorrect multiline text output

XMLWordPrintable

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

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

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

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

              Created:
              Updated:

                There are no open Gerrit changes