Originally Posted by "BumbleBee" Qt Code: Switch view int size = f.size(); QByteArray bytes = f.readAll(); qDebug() << bytes; //outputs ""MZP qDebug() << bytes.toHex(); //Same output :( int size = f.size(); QByteArray bytes = f.readAll(); qDebug() << bytes; //outputs ""MZP qDebug() << bytes.toHex(); //Same output :( To copy to clipboard, switch view to plain text mode Unpossible!
int size = f.size(); QByteArray bytes = f.readAll(); qDebug() << bytes; //outputs ""MZP qDebug() << bytes.toHex(); //Same output :(
Forum Rules
Bookmarks