资源简介
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
- 上一篇:addres.zip
- 下一篇:网站渗透测试报告
相关资源
- Qt双滑块QxtSpanSlider测试代码
- QT 开启线程接收串口数据并由主线程
- QT皮肤界面
- 画图软件qt实现
- QT调用有道翻译API_在线英汉词典
- MainWindowAndQml.rar
- qtcharts实现在UI界面绘制图形
- Qt+Opencv实现四步相移
- 使用Qt实现TCP中客户端和服务器的交互
- Qt纯代码记事本.zip
- QT实战,利用定时器QTimer实现图片的移
- draw_qwidget.zip
- QT实现多人屏幕共享系统.rar
- DrawBorad.tar.xz
- 笔趣阁小说器
- QT串口通信实例62216
- qt_opengl_obj.zip
- 基于Qt实现的多人聊天
- 基于QT的三连棋井字棋游戏
- QT自定义风格qss得日历
- Qt动态进度条
- 用QT5写简单的串口调试工具
- QT实现摄像头采集图像并截图
- qt下人脸识别
- Qt自定义皮肤
- QT(5.6) 实现IP地址输入控件
- QT实现图片的二值化与灰度化
-
QT4 xm
l与QTableWidget的结合,QTableWid - QWidget加载QML界面,并通过信号槽交互
- S5PV210 友善之臂开发板 步进电机程序
评论
共有 条评论