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.
>
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