import QtQuick 2.0 Rectangle { id: mainContainer TextInput { id: txtBoardString height: 80 width: 200 } }