How to change the application name? (PyQt5)
-
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?@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.".
-
Right here in MacOS' menu bar. The title bar I referred to is part of the application window:
Maybe a symlink would work?
-
Hi,
This stack overflow thread might help.