nezticle / qml_movie_renderer

44 stars 13 forks source link

Transparent background #3

Closed orangefour closed 7 years ago

orangefour commented 7 years ago

Thanks for this example, it works great! The only issue that I have is I can't make the pngs transparent. Is it possible?

I am not sure what to try? Top level Rectangle with color="transparent" didn't work. Maybe I should try rendering not top level item? Or do I need to set some OpenGL flags?

orangefour commented 7 years ago

Ok, I made it

m_quickWindow->setColor(Qt::transparent);

:)

Thanks again!