Comment 3 for bug 856296

Revision history for this message
Tim Bentley (trb143) wrote :

This code is not added for OpenLP but for Powerpoint etc to allow Powerpoint to render a screen and then the preview to be updated.
This will be relevant to all items with this capability ItemCapabilities.ProvidesOwnDisplay so needs to be handled with care.

For Songs , Images etc there is a loop in the maindisplay code which waits for QWebKit to say it has finished painting the screen. This is a QT triggered event with a 0.1 sec timer to allow the machine to not get loop tied up.