I would like to know how to disable the window Maximise button in pyqt4. I am at present using QWidget.setFixedSize (self, QSize) to prevent user window resizing, however the ma
you could set the maximumSize and minimumSize with the same values, it'll get to dissapear maximise button