We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcdcd6 commit b6483acCopy full SHA for b6483ac
components/2.0/PictureBox.qml
@@ -97,10 +97,11 @@ FocusScope {
97
98
PasswordBox {
99
id: password
100
- width: parent.width; height: 30
+ width: parent.width; height: showPassword ? 30 : 0
101
font.pixelSize: 14
102
103
focus: true
104
+ visible: showPassword
105
106
Keys.onPressed: {
107
if (event.key === Qt.Key_Return || event.key === Qt.Key_Enter) {
0 commit comments