Just one last question, is it safe to call/perform the rendering
from a separate thread so that my app logic
doesn't stutter the rendering like when saving etc....?
It is safe to use the QCRenderer from any thread as long you don't
have 2 threads trying to access the same QCRenderer instance at the
same time