Hello,
I was wondering if there was an equivalent to NSData (https://developer.apple.com/library/...Reference.html) in Qt?? If yes, what?? Thanks.
Printable View
Hello,
I was wondering if there was an equivalent to NSData (https://developer.apple.com/library/...Reference.html) in Qt?? If yes, what?? Thanks.
Hi,
Have you readed any Qt doc?
You are asking all the time to any equivalent apple SDK class to a Qt class.
Take a quick look on Qt classes and if you find some class that maybe is what you need, read it's documentation. Then if you don't understand how it works or you have some problem we can help you.
What a nice approach... instead of you searching how to convert one type that you know into another type that you don't know, you ask us to search how to convert one type we don't know into another type that we know.
We're not omnipotent, it's a Qt forum, not an iOS forum. We solve Qt issues, not iOS issues. If you ask "what is a Qt class for storing a sequence of bytes" then we will answer. If you ask "hey I've been using XYZ in ABC technology, what is its equivalent in Qt" then you ask us to search for ABC and XYZ and read its docs (provided there are docs at all) long enough to understand what XYZ does and only then think about a Qt alternative. People don't really want to do that.
Most probably you need QByteArray