Hello group,
I am trying to add minimize and maximize buttons(just like sg desktop) to a tk app,
Added these lines inside the constructor
self.setWindowFlag(QtCore.Qt.WindowMinimizeButtonHint, True)
self.setWindowFlag(QtCore.Qt.WindowMaximizeButtonHint, True)
but nothing happened …
What am I doing wrong here …?