blob: ca5cb263aa2c7752d9fdda11a573e581ae68f893 [file] [log] [blame]
import QtQuick 2.0
TextInput {
width: 100; height: 100
text: "Hello world"
focus: false
}