Is there anyway to get maximum screen width and height without using
@showFullScreen();
qrect1=frameGeometry();
qrect1.getCoords(&zx,&zy,&maX_screen_width,&max_screen_height);
showNormal();@
These above codes work fine on MS Window. But, in Xubuntu they
don't work as it suppose to.