Changing the logo in the application window
-
I have cloned a drone application's repository in Qtcreator and want to change the application's logo located in the top left of the window. I'm able to change the name of the application currently in QGCApplication using setTitle.
-
I have cloned a drone application's repository in Qtcreator and want to change the application's logo located in the top left of the window. I'm able to change the name of the application currently in QGCApplication using setTitle.
@aryan_9760
Hello and welcome.Do you mean void QWindow::setIcon(const QIcon &icon) or maybe QGuiApplication::setWindowIcon(const QIcon &icon)? Or something else?