
Manual
文章平均质量分 56
Vector.Hou
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Qt 信号槽传递自定义结构体参数 详解
需要借助的头文件: #include #include 在一个头文件中声明自定义结构体: struct CustomStruct{ string name; string sex; int years; ....... ....... }在结构体的声明后面加一句宏: Q_DECLARE_METATYPE(CustomStruct) 使用QV原创 2017-10-23 13:53:49 · 6584 阅读 · 1 评论 -
Qt Designer plugin 探秘
Required Environment: Qt-5.7.1- msvc2015,Qt Creator-4.2.0 First Step: Open the Creator,File->New File or Project;Configure the Dialog as Follow: Select the Director to save the Project and原创 2017-10-15 10:18:56 · 681 阅读 · 0 评论