How to get the file version from File properties\Details\File version in Qt?
I didn't find it in QFileInfo.
How to get the file version from File properties\Details\File version in Qt?
I didn't find it in QFileInfo.
This is not implemented in Qt. You can find an example of how to do it integrated with Qt here.