Hello all,

I am using Qt 3.3 Embedded Version.


1.) As part of our requirement, I intend to "RESTART" Qt alone leaving my application and data unerased.
Can it be done? Do I need to 'QApplication::exit(0)' and create a new 'QApplication myapplication' again?? Or is there a better way around??

2.) Currently Qt is opening Frame Buffer fb0 to write on to my LCD.
Is there a way by which I can switch between the FrameBuffers fb0 and fb2?
Atleast if there could be a way to disconnect and connect to the same frame buffer again from my application, it would be of great help to me....


Thanks in advance...





Regards,
Svaths