i have created the class GraphicTest1 : public QGraphicsView {
...
}
in the constructor i have written above code but i'm not getting output hello world.
but it shows only white blank widget.
help me
note:
Qt 4.6.2
Qt Creator 1.3.1
Printable View
i have created the class GraphicTest1 : public QGraphicsView {
...
}
in the constructor i have written above code but i'm not getting output hello world.
but it shows only white blank widget.
help me
note:
Qt 4.6.2
Qt Creator 1.3.1
can anybody comment on this ..plz!
What happens with your scene when you reach the end of your constructor?
Please think about this yourself first.
If you really don't know I tell you, but since this is basic c/c++ try to understand it yourself first.
hey thanks a lot tbscope....! such a stupid i am...:)!
i got the o/p...!