import QtQuick 2.12 import QtQuick.Controls 2.12 import QtQuick.Controls.Material 2.12 import QtQuick.Layouts 1.12 LoginPasswordForm { /*emailTextLabel.text: User.name*/ passwordTextField.onTextChanged: { if (!passwordTextField.text || !continueButton.enabled) continueButton.enabled = !continueButton.enabled } } /*##^## Designer { D{i:0;autoSize:true;height:480;width:640} } ##^##*/