Skip to content

Commit 6dcdcd6

Browse files
mobius3plfiorini
authored andcommitted
Add a new showPassword property in PictureBox
1 parent b6a43bb commit 6dcdcd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/2.0/PictureBox.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ FocusScope {
3333
property alias name: name.text
3434
property alias icon: icon.source
3535
property alias password: password.text
36+
property bool showPassword: true
3637

3738
signal login()
3839

0 commit comments

Comments
 (0)