• 大小: 11KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-13
  • 语言: 其他
  • 标签: Qt  

资源简介

Qt的卡拉OK效果 实现卡拉OK效果 主要是使用了QPainter的叠加 pTmp setCompositionMode QPainter::CompositionMode DestinationIn ; pTmp drawImage 0 0 pmMask ; pTmp setCompositionMode QPainter::CompositionMode DestinationOver ;

资源截图

代码片段和文件信息

#include “testLyrics.h“
#include 

int main(int argc char *argv[])
{
QApplication a(argc argv);
testLyrics w;
w.show();
return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-05-05 09:20  testLyrics\
     文件        2575  2014-04-22 17:58  testLyrics\DaoLang-PiZheYangPiDeLang.lrc
     目录           0  2014-05-05 16:30  testLyrics\Debug\
     文件        1678  2014-05-05 16:30  testLyrics\Debug\testLyrics.Build.CppClean.log
     文件         366  2014-05-05 16:30  testLyrics\Debug\testLyrics.log
     目录           0  2014-05-05 16:30  testLyrics\GeneratedFiles\
     目录           0  2014-05-05 16:31  testLyrics\GeneratedFiles\Debug\
     目录           0  2014-05-05 16:31  testLyrics\GeneratedFiles\Release\
     目录           0  2014-05-05 16:31  testLyrics\Resources\
     文件         179  2014-05-05 09:07  testLyrics\main.cpp
     文件        6289  2014-05-05 16:24  testLyrics\testLyrics.cpp
     文件         959  2014-05-05 16:24  testLyrics\testLyrics.h
     文件        2734  2013-06-03 21:56  testLyrics\testLyrics.ico
     文件          70  2014-05-05 09:07  testLyrics\testLyrics.qrc
     文件          49  2014-05-05 09:07  testLyrics\testLyrics.rc
     文件         604  2014-05-05 09:07  testLyrics\testLyrics.ui
     文件       11098  2014-05-05 09:45  testLyrics\testLyrics.vcxproj
     文件        2779  2014-05-05 09:07  testLyrics\testLyrics.vcxproj.filters
     文件         609  2014-05-05 09:07  testLyrics\testLyrics.vcxproj.user

评论

共有 条评论