I m trying to set opacity to QListView , that sits on QDialog
I manage 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
logo_area { background-color: #d9e670; filter:alpha(opacity=25); opacity:0.25; } and another div: #logo_image { background: url(../images/logo.png) no-repeat center 50%; } <div id="...