Hello,

QT: 3.4
Compiler: MINGW
OS: WINXP


I want to show my MainWIndow and set a Fixed size, so that nobody are able to make it bigger or smaller

i tried this:

Qt Code:
  1. w.setFixedSize(621,647);
To copy to clipboard, switch view to plain text mode 

The Size is correct, but i am able to change the size with the mouse