Hello!
I need to display bullets instead of actual password's signs in QTreeView's item. For this purpose I created own delegate: QLineEdit with echo mode 'Password'. Yes, for input it works perfectly. But here is a pitfall: setModelData -method. It will always display an actual data. My question is: Is any smart way to mask the password in QTreeView? Is it possible?
Thank you for your answers beforehand.
Bookmarks