Question

Hi im trying to set opacity to QListView , that sits on QDialog
i mange to set the QDialog transperant with setting the :Qt::WA_TranslucentBackground = true
but the QList doesn't become transparent with i set the setWindowOpacity to 1 or 0

Was it helpful?

Solution

Here is nice article about how to make transparent widgets on Qt. And here is the docs. Hope it will be helpful!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top