Hi,

I have an application that uses mdi childs. This childs are defined in the UI as 800x600 but when I create a new child the application sets it to 264x489.. And I don't see how to change this in code. I can resize them with the mouse though.

I tried resize(...) or setGeometry(...) but nothing works out.

Any idea what I am missing?

Thanks.