qt6-bb10/qtdeclarative/tests/auto/quick/qquicktext/data/contentHeight.qml

8 lines
82 B
QML

import QtQuick 2.9
Text{
width: 200
height: contentHeight
text: ''
}