Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
5.2.0
-
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" } }