How to set QListView Opacity ,setWindowOpacity dosn't work
Posted
by user63898
on Stack Overflow
See other posts from Stack Overflow
or by user63898
Published on 2010-05-25T08:51:55Z
Indexed on
2010/05/25
13:21 UTC
Read the original article
Hit count: 327
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
© Stack Overflow or respective owner