Qt 進制之間的轉換與QString相關之間的轉換 (QString)Binary -> (int)Dec : int Dec = QString("yyyy").toInt( &isOk,int x);x可以是 2、8、16 等數字 ...