import QtQuick import QtQuick.Controls import QtQuick.Layouts GridLayout { columns: 2 Label { text: qsTr("Knappschaft") } TextField { id: knappschaft Layout.fillWidth: true } }