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!
QGCApplication.cc/h is the main C++ source startup. And MainRootWindow.qml is the main UI file.
Hey, thanks a lot for the quick response! That did help me figure it out!
@LeDirk_41,
Hi I am also trying to do the same thing can you please tell me how to proceed, what I have seen is that the main.cc initializes the the custom GUI class named QGCApplication. Now I am not understanding where to put my code in the QGCApplication.cc
Can you guide me on this
Hi @LeDirk_41. I also want to add this feature in my custom qgc. Can you please help me. How did you start implementing from scratch or pls share resources you used.
Hi, in this process, I created the login page separately and included the path to QGroundControl, where the QGroundControl.exe file is located. I have already run it successfully. However, this isn’t the proper way to create the login page. I want to integrate the login page directly into the QGroundControl application, so that whenever I send the .exe file to someone, they will also be able to see the login page.
Hello, I am looking to add a login page to my QGC build. please help me.