PDA

View Full Version : Open image in full screen



jeetu_happy
23rd January 2007, 06:43
Hi,

Is there any method by which i can open an image in full screen Mode???
i want to open some image in a slide show..

thanks

wysota
23rd January 2007, 06:45
QWidget::showFullScreen()

jeetu_happy
23rd January 2007, 06:56
hi,

thanks for the reply..
this is not helping..as image will open in Pictures application..
i am using QContent to open the image..
is there any other alternative for this..some sample code will help..

thanks

wysota
23rd January 2007, 10:03
I don't know what is QContent. And I don't see why showFullScreen() shouldn't work for you.