在此收录几篇关于Qt中Custom Type 自定义类型如何在Qt元系统中使用的文章。
1介绍如何自定义类型。
Custom Type Example
http://qt-project.org/doc/qt-4.8/tools-customtype.html
2.介绍如何应用在元对象系统中--作为信号或者槽的参数
Custom Type Sending Example
http://qt-project.org/doc/qt-4.8/tools-customtypesending.html
3.第三篇文章介绍在不同的线程间的信号与槽连接即队列连接方式时,如何使用自定义类型
Queued Custom Type Example
The Queued Custom Type example shows how to send custom types between threads with queued signals and slots.
推荐文章:http://qt-project.org/doc/qt-4.8/custom-types.html