blob: 90855a61cf36f18f8f024224294757e20e4e93ed [file] [log] [blame]
import QtQuick 2.0
Item {
width: 400; height: 500;
property int bindingWidth: text.width
property int bindingHeight: text.height
TextEdit {
id: text
anchors.fill: parent
}
}