How we can restrict user to resize window?
-
[quote author="xeroblast" date="1318653231"]just set the minimum & maximum size according to the size of the window.[/quote]
[quote author="pratik041" date="1318654034"]Ya this is working but i found better we can call @setfixedsize ();@ function .[/quote]
Both approaches should work but I share the opinion that "QWidget::setFixedSize":http://doc.qt.nokia.com/4.7/qwidget.html#setFixedSize is more appropriate as it will automatically set both the minimum and maximum sizes of the widget. :)