Hello everyone!
I wanted to add a login page (and a few others like Sign Up, Forget Password, etc) to my QGC builld. I’ve created all these pages in a separate Qt Creator (Qt Quick) project file, but now I want to integrate it into QGC, so that the login page loads up first when I build the main project, and if the username and password match, then the main QGC application opens.
But I can’t seem to find out how to start the integrating process. Which is the file which starts up the application? Where do I put my Login project files? Could you please help me?
Thanks in advance!