Hi
Try this.
1. QDesktopWidget * QApplication::desktop ()
2. QDesktopWidget::availableGeometry which will give you available size of your desktop
3. QWidget::setMaximumSize to set maximum size of your titile less widget
4. call showMaximized()
This will ensure that your maximized widget will not cover full screen .
Bookmarks