i am Trying to rebuild my own qgroundcontrol,i want to remove the daily from the title bar and change the background color of the title bar i am using https://github.com/mavlink/qgroundcontrol/tree/Stable_V4.2
please help me enter image description here
Worked for me: Stable V4.2
QGCApplication.cc lines 264-268, specifically in line 267:
remove the word Daily here.
About the colors: open QGCPalette.cc and go to lines 88-90:
change the HEX values here to your colors, for example the top color is the color of the left side of the top title-bar.