The application that I am trying to make needs a frameless window in the first stage, then I need to set it framed back.
so I need to inactivate the following line -->
self.setWindowFlag(Qt.FramelessWindowHint)
I searched a lot but I had no satisfying answer. Can you please help me, guys?
Thanks in advance.