We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb27b27 commit 08daab1Copy full SHA for 08daab1
main.py
@@ -6,7 +6,8 @@
6
class TODOlistApplication():
7
def __init__(self) -> None:
8
self.app = QApplication(sys.argv)
9
- # self.app.setStyle("Fusion")
+ self.app.setApplicationDisplayName("TODOlist")
10
+ self.app.setApplicationName("TODOlist")
11
12
self.model = Model()
13
self.view = Window(self.model)
0 commit comments