Hi
I subclasse a QWidget to myQWidget.
After resizing it to (x,y) i call show().

Is it possible to not allowing any further resizing by the user?

Sorry ... asked to soon
w.setFixedSize(200,200);