I just started using Qt 4.2 this week because I was finally able to convince my boss that Qt was a far superior framework than what we were using.

I'm trying to figure out the "Qt way" of implementing File Mapped Memory (MapViewOfFile on win32 and mmap I believe on linux). I've spent hours digging through the documentation and I've found classes for almost everything possible except for this.

Its pretty integral to our application so I'm hoping that this wasn't a major oversight on my part, but I just can't believe that this functionality wouldn't be available considering all of the other stuff that IS in there coupled with the fact that file mapped memory is becoming so integral to a lot of applications these days.

Thanks in advance for any responses.