PDA

View Full Version : About Dialog



anafor2004
6th May 2008, 17:12
How may i make my Dialog with frame less?

mitro
6th May 2008, 17:21
Create your dialog as usual. And then in its constructor make a call

setWindowFlags(windowFlags() | Qt::FramelessWindowHint);

wysota
6th May 2008, 17:37
You might use QSplashScreen.