i am using qt4.5 , i try to write a simple qt program using qt creator to display a view containing a scene with text or a rectagle , when i run it its displaying only a blank view neither text or a rectangle being drawn.
can any body help
You sure it doesn't go out of score with everything on stack? Try to put it in heap and see what happen...
You sure it doesn't go out of score with everything on stack?
Yes I am, because app.exec() is the barrier here. untill you dont terminate application execution, these objects will be in memory, and the program is running absolutely fine.
Bookmarks