qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

Fading out of QskSubWindow

Open uwerat opened this issue 7 years ago • 0 comments

We need to find a way how to fade out QskSubWindow.

Classes derived from QskSubWindow are often dialogs and candidates for being created on the stack being processed in a recursive event loop. To solve this type of use case we might need to have some sort of "post mortem" handler grabbing the contents into an image or simply hijacking the scenegraph node subtree.

An obvious solution would be to let some sort of QskPopupManager let do the job.

uwerat avatar Jul 22 '17 13:07 uwerat