QT 中,字符串如何转换为32位无符号整型数,谢谢大家了

如题所述

第1个回答  2012-07-20
uint QString::toUInt ( bool * ok = 0, int base = 10 ) const

ushort QString::toUShort ( bool * ok = 0, int base = 10 ) const本回答被提问者采纳
相似回答