Openlights/firesim

Switch canvas etc. to use Qt Quick Scene Graph for painting

Closed this issue · 1 comments

Right now we are going to use QQuickPaintedItem to ease the burden of porting to Qt 5, but we should really be using the scene graph for performance reasons.

Closing for now because the current approach seems to have adequate performance on all tested platforms