Qt Beginner Here, Build new UI for QGroundControl.
-
Hi everyone,
I am a beginner of QT, pretty lost on all those steps to get started with QT right now, but i got time to learn.
I am trying to rebuild a new UI for QGroundControl. But i do not have a clear idea about how much changes i can do to make the UI looks different, and how flexible QT can do on the User Interface design.
QGroundControl uses Qt as its cross-platform support library and uses QtCreator as its default build environment.
QGroundControl GitHub link: https://github.com/bluerobotics/qgroundcontrol
QGroundControl Homepage: http://qgroundcontrol.com/
Please check the attached picture for the current UI of QGroundControl.Please give some suggestions and guidelines for me to study! Thanks all!
Best Regards,
Chang Cheng
-
Hi and welcome to devnet,
If you are new to Qt, then you should take the time to read the framework documentation and do the tutorials in it. Next, you should define what kind of interface you want to have for QGroundControl. Only then will it be possible to determine what is possible to do.
-
Thanks for the reply and suggestion.