窗口設置爲Qt::Popup時, 如何去掉窗口陰影?

CFlowerWid::CFlowerWid(QWidget *parent) : QWidget(parent) { ui.setupUi(this); setWindowFlags(windowFlags() | Qt::FramelessWindowHint | Qt::Popup); setAttribute(Qt::WA_TranslucentBackground); } 窗口設
相關文章
相關標籤/搜索