PDA

View Full Version : show Qframe



peace_comp
16th June 2008, 21:20
HI..
I would like to know how to display a simple frame without container ..
I mean .. for example while transfering data ..a frame will be displayed ( like Qdialog but without the header option of closing window and tittle window) with a message : please wait.. (like the message we read when installing Qt with progress value)



*******************
* *
* pleae wait ... *
* *
*******************

if someone Have an idea!!
thx

marcel
17th June 2008, 00:24
You don't need a frame for that... Just a QLabel, with a parent set but not part of any layout and with absolute positioning (set the position manually).

lyuts
17th June 2008, 14:45
HI..
I would like to know how to display a simple frame without container ..
I mean .. for example while transfering data ..a frame will be displayed ( like Qdialog but without the header option of closing window and tittle window) with a message : please wait.. (like the message we read when installing Qt with progress value)



*******************
* *
* pleae wait ... *
* *
*******************

if someone Have an idea!!
thx

Use QSplashScreen for that