标签: c++ qt transparency
我使用以下代码设置子窗口小部件的透明度,但输出显示为全白。
setAttribute(Qt::WA_NoSystemBackground, true); setAttribute(Qt::WA_TranslucentBackground, true); setAttribute(Qt::WA_PaintOnScreen);
我设置了不透明度,但QWidget没有任何变化。如何为子QWidget设置透明度?
QWidget