2023-04-10QT0
c
setAttribute(Qt::WA_TranslucentBackground);
    setWindowFlags(Qt::FramelessWindowHint);

QPalette palette = QPalette();
    palette.setColor(QPalette::Background, QColor(0x00,0xFF,0x00,0x00));
setPalette(palette);

本文作者:墨洺的文档

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!