资源简介
国内首篇利用freetype的跨平台truetype字体真正轮廓(非位图)获取(带完整qt工程代码)
代码片段和文件信息
/****************************************************************************
** meta object code from reading C++ file ‘mainwindow.h‘
**
** Created by: The Qt meta object Compiler version 67 (Qt 5.4.1)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include “../../untitled/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.4.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“
}
“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 Q_NULLPTR Q_NULLPTR}
};
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 Q_NULLPTR;
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 55978 2008-03-10 02:37 unti
文件 55978 2008-03-10 02:37 unti
文件 12308 2007-07-04 05:32 unti
文件 23353 2007-01-09 17:20 unti
文件 743 2007-07-04 05:25 unti
文件 42939 2007-07-04 05:24 unti
文件 7772 2007-05-15 19:41 unti
文件 211232 2007-07-03 05:06 unti
文件 4621 2006-05-12 22:23 unti
文件 6245 2006-03-24 19:28 unti
文件 12597 2007-01-16 12:10 unti
文件 59287 2007-06-11 12:39 unti
文件 7030 2007-01-12 16:06 unti
文件 11837 2007-06-02 05:49 unti
文件 9456 2007-01-23 13:32 unti
文件 3840 2007-01-16 12:10 unti
文件 36303 2006-05-12 22:13 unti
文件 12596 2006-05-12 21:34 unti
文件 4288 2006-05-12 21:23 unti
文件 77709 2007-03-11 08:20 unti
文件 10729 2007-01-30 16:26 unti
文件 6102 2007-01-16 12:10 unti
文件 16452 2007-01-29 21:48 unti
文件 4256 2006-05-12 21:23 unti
文件 16993 2007-02-08 13:37 unti
文件 22712 2006-05-12 14:43 unti
文件 21050 2007-04-10 13:07 unti
文件 7430 2005-03-23 20:16 unti
文件 6991 2007-01-16 12:10 unti
文件 31548 2007-01-29 21:48 unti
............此处省略52个文件信息
- 上一篇:ArcGIS景观分析插件
- 下一篇:精通JXTA 。JXTAShell
相关资源
- VS2015+Qt5.7 两个按钮 切换循环显示图片
- Qt软件编程的心电监测平台.rar
- Qt点对点语音聊天
- Qt从零开始制作串口调试助手_各步骤
- mstar 最新PQtool
- esp8266创建MQTT任务,订阅接收和发布发
- QT写的迷宫程序,支持自定义地图
- QSS智能设计器
- 用QT编写的一个时钟程序设计
- QT学生选课与成绩管理系统,含有学生
- QT实现注册登录,添加背景图片,界面
- 基于STM32的MQTT移植
- 基于qt的银行排队系统123213
- QTTabBar_带中文语言包_带默认设置-带使
- Qt:Qt实现飞秋拦截助手—ARP攻击 完整
- windows下基于QT5.7的mqttClient测试上位机
- Qt5 模拟登录百度
- SSD源码的QT工程
- QT点餐系统
- qt实现本地\\网络图片查看器
- QT5学习资料
- qt4-24小时学会教程.
- 基于qt实现的贪吃蛇游戏
- 视频播放 Qt 4
- 串口调试助手源代码 VS+Qt
- QT GUI 界面风格模板 源码
- 简易计算器源码
- Qt课程项目
- 非常详细的QT4教程
- QT图形上位机
评论
共有 条评论