hide controls when show splash???
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.
Re: hide controls when show splash???
Maybe check out Qt::WindowFlags.
Re: hide controls when show splash???
use raise() on your splash screen, this will hide the Exit button while your splash screen is showing. :)