QWidget
setWindowFlags(Qt::FramelessWindowHint | Qt::Popup | Qt::NoDropShadowWindowHint | Qt::WindowStaysOnTopHint);
setAttribute(Qt::WA_ShowWithoutActivating);
setAttribute(Qt::WA_TranslucentBackground);
setAttribute(Qt::WA_StyledBackground);
QDialog:
setWindowFlags(Qt::Dialog | Qt::FramelessWindowHint);
setWindowFlags(Qt::Dialog | Qt::FramelessWindowHint | Qt::ToolTip);
QWidget QDialog窗体设置
最新推荐文章于 2024-08-06 17:00:17 发布