Qt 6.11 is out! See what's new in the release
blog
Transparency of QGLWidget on other QGLWidgets
General and Desktop
3
Posts
2
Posters
1.6k
Views
1
Watching
-
hi,
as you read in the title, i have some issues to draw alpha transparent QGLWidget's on other QGLWidgets. I'm using shaders (QGLShaderProgram) to represent a huge amount of data at the same time. Every widget is a way of viewing these data.
But i need some of them to be a bit transparent.I've tried many solutions (even if it was for simple widgets on QGLWidgets) and none worked. I tried to enable Widget transparency attribute, GL_BLEND is obviously enabled... really i dont know where i have to search : /
If anyone had some information or links about this problem or its solution (if there is any :x)
Thanks !