[Qt-interest] Non-resizable dialog windows
KC Jones
kc at asperasoft.com
Thu Feb 25 19:52:03 CET 2010
I have a dialog, a modeless preference dialog, that is not resizable
by the user.
But it can resize itself when different tabs are selected by the user.
How can I eliminate the size grips on the window frame?
And if it is not possible to eliminate it, how can I prevent the user
from actually resizing the dialog window?
I have tried calling QDialog::setSizeGripEnabled(false) but that does not work.
I've fiddled with setting the size policy to fixed in both height and
width. No luck.
I'm building against Qt4.5.2 on Mac OSX 10.5
More information about the Qt-interest-old
mailing list