PyQt - How to prevent a dialog being resized?

Kelie kf9150 at gmail.com
Tue Apr 1 00:12:16 CEST 2008


Hello,

My question is as subject. I tried something like this and it doesn't
work.

def resizeEvent(self, event):
    self.size = event.oldSize()

Any hint?

Thank you.


More information about the Python-list mailing list