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:
Code:
w.setFixedSize(621,647);
The Size is correct, but i am able to change the size with the mouse