1. 数据类型
C# Java Kotlin C++ Qt
整型 byte byte Byte int8_t qint8
short short Short int16_t qint16
int int Int int32_t qint32
long long Long int64_t qint64
浮点数 float float Float float float
double double Double double double
decimal
布尔型 bool boolean Boolean bool bool
字符型 char char Char char QChar
字符串 string String String std::string QString