이럴 때는 QString::number() 라는 함수가 존재한다. 예제코드 int math=100, kor=90, eng=80; int res; QString strTotal; res = math + kor + ...
確定! 回上一頁