PDA

View Full Version : How to disable maximize button of a subwindow



moltkestr19
5th April 2010, 17:40
I'm newbie in qt programming and i am confused right now. I want to disable maximize and close buttons of a sub-window. I tried setWindowFlags() but it seems this method only applies on top-level window. so, no luck.

Any help will be appreciated.