hide passwords in line edits

This commit is contained in:
Eduardo Bart
2011-08-30 11:25:08 -03:00
parent 9bae47a40c
commit b6b823aa9c
4 changed files with 29 additions and 6 deletions

View File

@@ -6,3 +6,5 @@ LineEdit < UILineEdit
source: /core_ui/images/panel_flat.png
border: 1
PasswordLineEdit < LineEdit
text hidden: true

View File

@@ -27,7 +27,7 @@ MainWindow
anchors.top: prev.bottom
margin.top: 8
LineEdit
PasswordLineEdit
id: accountPasswordLineEdit
text: 123456
anchors.left: parent.left