import QtQuick.Controls import QtQuick.Controls.impl import QtQuick.Templates as T T.TextField { id: textFeld placeholderText: qsTr("works") }