PDA

View Full Version : How can I make invisible close ,max and min buttons of ui form



validator
23rd June 2008, 08:04
How can I make invisible close ,maximized and minimized buttons of ui form

mcosta
23rd June 2008, 08:39
I don't think is possible to set WindowFlags in Designer.
I think because the UI file can be used as stand alone form or can be embedded in existing forms

validator
23rd June 2008, 11:45
Thank but I can not do

csvivek
23rd June 2008, 13:47
Try Setting the Maximum , Minimum Width and Height to same value.
but still the close button will be visible.

mcosta
23rd June 2008, 17:11
Why you can't use QWidget::setWindowFlags()?