Advertisement
Guest User

Untitled

a guest
Aug 16th, 2019
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 0.12 KB | None | 0 0
  1. Row {
  2.     TextField{
  3.         echoMode: swtch.checked ? TextField.Normal : TextField.Password
  4.     }
  5.     Switch{
  6.         id: swtch
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement