当前位置:首页
> 第3页
键盘scancode和usage id的转换
static const qint32 Scancode_Usageid_map[][2] ={ {0x1e,0x04},{0x30,0x05},{0x2e,0x06},{0x20,0x07},{0x12,...
十六进制字符串转换成十进制数
int HexStringToDec(TCHAR* str, int iLength){ TCHAR chStr[MAX_PATH] ={0}; &nb...
QT获得系统路径
//获得AppData\Roaming的目录 QString strTmp = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation...