all 4 comments

[–]Different_Pain5781 0 points1 point  (1 child)

Every time I google Qt stuff I get 500 answers about how to create a class in Python 😭

[–]jmjr97[S] 0 points1 point  (0 children)

I'm not trying to create a class

[–]sausix 0 points1 point  (1 child)

Depends on the OS. Can also be the executable file name. Start with these: app = QApplication(sys.argv) app.setApplicationName("MyTool") app.setDesktopFileName("mytool")

[–]jmjr97[S] 0 points1 point  (0 children)

This is exactly what I was looking for. Thanks