Re: [Interest] QGraphicsWidget and QWidget Dialog Windows...

2013-06-18 Thread BRM
t: [Interest] QGraphicsWidget and QWidget Dialog Windows... > > > >I have a program that is using a QSceneGraph and a series of custom >QGraphicsWidgets. >I now want to use a QProgressDialog as a top-level window (_not_ embedded in >the QSceneGraph) from within the QGraphicsWidget. >

[Interest] QGraphicsWidget and QWidget Dialog Windows...

2013-06-18 Thread BRM
I have a program that is using a QSceneGraph and a series of custom QGraphicsWidgets. I now want to use a QProgressDialog as a top-level window (_not_ embedded in the QSceneGraph) from within the QGraphicsWidget. My code is calling the hide/show on the QProgressDialog instance, but I don't see a