79114381

Date: 2024-10-22 13:53:08
Score: 2
Natty:
Report link

oops calm down ... calm down finally I found the answer :)

Hurrrayyy

from PySide6.QtWidgets import QApplication, QMainWindow

app = QApplication([])

# Set the application name (appears in taskbar and other system places)
app.setApplicationName("MyApp")

I missed the setApplicationName :(

Reasons:
  • Blacklisted phrase (1): :(
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: chanaka