Login page
-
Hi everyone, I just started using Qt framework. I need a little help about a project I'm working on right now. I developped a project, login page where the user has to enter his login and password to be connected. The project is not yet connected to a back-end I want to know how to set a default password to be entered by the user to be connected
-
Hi and welcome to devnet,
You should write a MockBackend object that will behave just like your normal backend. There you can set that default username/password.
Hope it helps