Two things to do: Check if QFile can open that resource and read it. Dump it out to a file on disk. QFile fi(":/img/Interrogation.png"); ...
確定! 回上一頁