Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.4.0, 5.5.1, 5.15, 6.2.3
Description
I have a widget, and in the construct I call
setStyleSheet("background:transparent;");
setAttribute(Qt::WA_TranslucentBackground);
with the intention to make the background of the widget transparent.
This works on the desktop version(ubuntu), but not on android.