I have a parent window in which the button click event function has the following lines:
SplashScreenDialog * splScrDlg = new SplashScreenDialog (this); splScrDlg-> show ();
I want me to delete the maximize button, minimize button, close button, and also the title bar in the dialog box (or window). [Actually, this is for the splash screen, it will contain an image for a while, and then it will automatically exit and open the main window, you can show the splash screen with other ideas]
source share