Hi,

I wanted to block a full screen and resizing option and I think that I did it not very well.

Fundamentally, full screen button on bar is disabled, but unfortunately in Windows Vista is enabled.

About resizing:

I made a window of size: 300px x 200px. In main.cpp i put:

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

In case of this line above, the window is unable to resize, but there are 6 dots in right-bottom corner of window, and when I toggle mouse on it, they are showing the arrows of resizing (but same process of resize is unable, what I wrote before).

Is there any way to fix it cosmetically ?