#include #include using namespace std; class C{}; //自定义类型 //Q_DECLARE_METATYPE(C) int main() { QVariant v('a'); // QVariant 没有专门的 char 构造函数,此处的字符 a 会被转换为 int 型,因此 v中存储的是数值 97,而不是字符 a 。 cout<()<()<