• 大小: 0.10M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: windows  window  效果  Qt  

资源简介

在windows平台上做一个半透明的毛玻璃窗体。首先实现半透明效果,再用高斯模糊处理,实现毛玻璃。

资源截图

代码片段和文件信息

#include “widget.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    Widget w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-07-27 10:03  text1\
     文件         175  2018-05-21 10:53  text1\main.cpp
     目录           0  2018-07-26 18:08  text1\photo\
     文件      101611  2017-11-29 11:31  text1\photo\timg[5].jpg
     文件         101  2018-07-26 18:08  text1\pic.qrc
     文件        1039  2018-07-26 18:06  text1\text1.pro
     文件       23791  2018-07-26 19:40  text1\text1.pro.user
     文件        2702  2018-07-27 10:03  text1\widget.cpp
     文件         942  2018-07-27 10:01  text1\widget.h
     文件        2393  2018-07-26 19:22  text1\widget.ui

评论

共有 条评论