如何在Qt中使用自定义数据类型

2025-04-27 13:32:08
推荐回答(1个)
回答1:

与c++相同

如定义的一种方式:

typedef char* pCHAR;
pCHAR pa;

要想使用Qt内置的类型,需要#include