How to change the application name? (PyQt5)
-
wrote on 11 Jan 2023, 19:31 last edited by Ard_Flamingo 1 Nov 2023, 19:32
Currently when I launch the app, it says "Python". I've tried many things including setApplicationName() and setApplicationDisplayName() (of the QApplication()). The title bar of the window of the app shows the correct name though.
Is there any way I can change the name? -
Currently when I launch the app, it says "Python". I've tried many things including setApplicationName() and setApplicationDisplayName() (of the QApplication()). The title bar of the window of the app shows the correct name though.
Is there any way I can change the name?wrote on 11 Jan 2023, 19:39 last edited by@Ard_Flamingo said in How to change the application name? (PyQt5):
Currently when I launch the app, it says "Python".
What "says Python"? Especially since you say "The title bar of the window of the app shows the correct name though.".
-
wrote on 11 Jan 2023, 19:46 last edited by Ard_Flamingo 1 Nov 2023, 19:49
-
Hi,
This stack overflow thread might help.
1/4