资源简介
参考QT Demo(Image Composition),使用QT图片混合技术实现抗锯齿头像小Demo,Windows QtCreator创建运行通过。经过尝试setMask方式始终存在锯齿,最后在这种图片混合方式下尝试成功。build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug里面带有PNG透视图。
代码片段和文件信息
/****************************************************************************
** meta object code from reading C++ file ‘mainwindow.h‘
**
** Created by: The Qt meta object Compiler version 67 (Qt 5.3.1)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include “../../showroundpic/mainwindow.h“
#include
#include tatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error “The header file ‘mainwindow.h‘ doesn‘t include ject>.“
#elif Q_MOC_OUTPUT_REVISION != 67
#error “This file was generated using the moc from 5.3.1. It“
#error “cannot be used with the include files from this version of Qt.“
#error “(The moc has changed too much.)“
#endif
QT_BEGIN_MOC_NAMESPACE
struct qt_meta_stringdata_MainWindow_t {
QByteArrayData data[1];
char stringdata[11];
};
#define QT_MOC_LITERAL(idx ofs len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len \
qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t stringdata) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = {
{
QT_MOC_LITERAL(0 0 10)
}
“MainWindow“
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_MainWindow[] = {
// content:
7 // revision
0 // classname
0 0 // classinfo
0 0 // methods
0 0 // properties
0 0 // enums/sets
0 0 // constructors
0 // flags
0 // signalCount
0 // eod
};
void MainWindow::qt_static_metacall(Qobject *_o Qmetaobject::Call _c int _id void **_a)
{
Q_UNUSED(_o);
Q_UNUSED(_id);
Q_UNUSED(_c);
Q_UNUSED(_a);
}
const Qmetaobject MainWindow::staticmetaobject = {
{ &QMainWindow::staticmetaobject qt_meta_stringdata_MainWindow.data
qt_meta_data_MainWindow qt_static_metacall 0 0}
};
const Qmetaobject *MainWindow::metaobject() const
{
return Qobject::d_ptr->metaobject ? Qobject::d_ptr->dynamicmetaobject() : &staticmetaobject;
}
void *MainWindow::qt_metacast(const char *_clname)
{
if (!_clname) return 0;
if (!strcmp(_clname qt_meta_stringdata_MainWindow.stringdata))
return static_cast(const_cast< MainWindow*>(this));
return QMainWindow::qt_metacast(_clname);
}
int MainWindow::qt_metacall(Qmetaobject::Call _c int _id void **_a)
{
_id = QMainWindow::qt_metacall(_c _id _a);
if (_id < 0)
return _id;
return _id;
}
QT_END_MOC_NAMESPACE
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-01-20 20:29 ShowRoundPic\
目录 0 2015-01-20 20:29 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\
文件 19365 2015-01-20 20:29 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\Makefile
文件 33956 2015-01-20 20:29 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\Makefile.Debug
文件 32870 2015-01-20 20:29 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\Makefile.Release
目录 0 2015-01-20 20:30 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\debug\
文件 163706 2015-01-20 20:29 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\debug\main.obj
文件 292186 2015-01-20 20:30 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\debug\mainwindow.obj
文件 2686 2015-01-20 20:29 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\debug\moc_mainwindow.cpp
文件 157906 2015-01-20 20:29 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\debug\moc_mainwindow.obj
文件 87040 2015-01-20 20:30 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\debug\showroundpic.exe
文件 638 2015-01-20 20:30 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\debug\showroundpic.exe.em
文件 106 2015-01-20 20:30 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\debug\showroundpic.exe_manifest.rc
文件 704 2015-01-20 20:30 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\debug\showroundpic.exe_manifest.res
文件 807608 2015-01-20 20:30 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\debug\showroundpic.ilk
文件 2109440 2015-01-20 20:30 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\debug\showroundpic.pdb
文件 2770 2015-01-20 09:49 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\mask.png
目录 0 2015-01-20 20:31 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\release\
文件 2192 2015-01-20 20:29 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\ui_mainwindow.h
文件 1679 2014-12-14 19:02 ShowRoundPic\build-showroundpic-Desktop_Qt_5_3_MSVC2013_32bit-Debug\user.png
目录 0 2015-01-20 20:30 ShowRoundPic\showroundpic\
文件 183 2015-01-20 20:23 ShowRoundPic\showroundpic\main.cpp
文件 1167 2015-01-20 20:30 ShowRoundPic\showroundpic\mainwindow.cpp
文件 407 2015-01-20 20:27 ShowRoundPic\showroundpic\mainwindow.h
文件 654 2015-01-20 20:23 ShowRoundPic\showroundpic\mainwindow.ui
文件 385 2015-01-20 20:23 ShowRoundPic\showroundpic\showroundpic.pro
文件 46836 2015-01-20 20:23 ShowRoundPic\showroundpic\showroundpic.pro.user
- 上一篇:zigbee之串口通信
- 下一篇:51单片机控制智能恒温混水阀
相关资源
- 基于Smart4418开发板+Qt 开发的离子色谱
- Qt.rar
- 基于QT的仿QQ登录界面
- qt编程_在子线程中更新UI界面
- 用qt4编写的聊天室
- Qt从零开始制作串口调试助手源代码(
- Qt自定义带游标的slider,在滑块正上方
- Qt播放PCM音频裸流文件
- 基于QT的音乐播放器
- QT+OpenCV+USB摄像头
- Qt实现的gbk/utf8无bom文本转码小工具
- Qt+Tcp+udp调试工具
- QT5 实现TCP通信 客户端与服务端,互相
- mingw-win32-gcc(4.8.2)-release
- QtImage读取图片,格式包括现在主要的
- Qt实现邮箱客户端
- Qt QSerialPort 通信 源码
- 重写QLabel实现图片显示框选截取保存
- QT5串口通信Hex格式传输
- QT之动态进度条
- QT一个多界面自由切换代码
- 基于QT开发的员工管理系统-云邮
- Qt 实现串口控制台,适配RT-Thread的F
- Myserialport.rar286121
- Deep_learning_GUI.rar
- qt+openc循线四旋翼
- Qt采集下位机数据并显示波形
- gstreamer+QT播放器
- Qt编写调用网络摄像头完成视频录制、
- 循迹小车龙人宝贝五角星寻迹程序Q
评论
共有 条评论