PDA

View Full Version : hide controls when show splash???



chandantheracer
4th March 2011, 07:23
i m newbie to Qt,i make a splash screen and after that i display window in full screen.my window comes in full screen mode without control button means without option,exit.but on initial when splash screen shows then control button exit also shows,how to shows splash screen in full screen without show any control button???plz help anybody.

pan
4th March 2011, 08:15
Maybe check out Qt::WindowFlags.

aya_lawliet
16th May 2011, 09:05
use raise() on your splash screen, this will hide the Exit button while your splash screen is showing. :)