Is there a way to read properties of file in Qt?

For example, in Windows File Explorer, if you right click a file, select Properties->Details, I would like to read into my Qt app those fields. I will add that I populated some of those fields using the Windows Resource compiler. I need to read back and I am unaware if there exists a way to do it in Qt. The Windows APIs have some utility in that area, but I was hoping someone out there has done such a technique primarily in Qt - if that's even possible.

Thanks in advance