mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
hide passwords in line edits
This commit is contained in:
@@ -6,3 +6,5 @@ LineEdit < UILineEdit
|
||||
source: /core_ui/images/panel_flat.png
|
||||
border: 1
|
||||
|
||||
PasswordLineEdit < LineEdit
|
||||
text hidden: true
|
||||
|
@@ -27,7 +27,7 @@ MainWindow
|
||||
anchors.top: prev.bottom
|
||||
margin.top: 8
|
||||
|
||||
LineEdit
|
||||
PasswordLineEdit
|
||||
id: accountPasswordLineEdit
|
||||
text: 123456
|
||||
anchors.left: parent.left
|
||||
|
Reference in New Issue
Block a user