Hi all,<br><br>I have a MDI area and I have added few subwindows in it.<br><br>I want to disable the minimize button and I tried setting the windows flags (self.subwindow1.setWindowsFlags(Qt.Window|Qt.WindowMinimizeButtonHint))<br>
<br>But, not working!<br><br>Should I first disable all buttons and then try to set this or should I first set customstyle and then try.<br><br>Thanks in advance!<br><br>Regards<br><br>Jothy<br>