Hello!

I've set flags to my window:

Qt Code:
  1. setWindowFlags(Qt::CustomizeWindowHint);
To copy to clipboard, switch view to plain text mode 

I wanted to get rid od all icon on title bar, and also title. It works but I still can see something like title bar - not the whole window have "border". There is no "border" in the place where title bar is - can I do something with it? If it helps - it's application for ARM.

And one more question - is there an flag to make window unmovable?

thanks in advance
best regards
Tomasz