PyQt - How to prevent a dialog being resized?

Kelie kf9150 at gmail.com
Mon Mar 31 18:12:16 EDT 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