hi friends ,

i am posting the same problem again . i cant find a clear solution to this
error QPainter::begin: A paint device can only be painted by one painter at a time.
Segmentation fault

"There is no way to add a widget inside a QGraphicsView that is embedded into another one"

i am having a QGrahicsView1() having a QGraphicsProxyItem
that QGraphicsProxyItem having a QGraphicsView2()

so in QGraphicsView2() i want to add a QLineEdit() ...

how can i add that one ... please somebody help me ...