|
Qx v0.7
Qt Extensions Library
|
A structure that contains all of the translation dependent optional fields of a file's details. More...
#include <qx/windows/qx-filedetails.h>
Public Attributes | |
| QString | comments |
| QString | companyName |
| QString | fileDescription |
| QString | fileVersion |
| QString | internalName |
| QString | legalCopyright |
| QString | legalTrademarks |
| QString | metaCodePageID |
| QString | metaLanguageID |
| QString | originalFilename |
| QString | privateBuild |
| QString | productName |
| QString | productVersion |
| QString | specialBuild |
| QString Qx::FileDetails::StringTable::comments |
Comments left by the file's author.
| QString Qx::FileDetails::StringTable::companyName |
The company that authored the file.
| QString Qx::FileDetails::StringTable::fileDescription |
A basic description of the file.
| QString Qx::FileDetails::StringTable::fileVersion |
A string representation of the file's version.
Generally this is equivalent to:
| QString Qx::FileDetails::StringTable::internalName |
The internal name used to refer to the file by its author.
| QString Qx::FileDetails::StringTable::legalCopyright |
Copyright information for the file.
| QString Qx::FileDetails::StringTable::legalTrademarks |
Trademark information for the file.
| QString Qx::FileDetails::StringTable::metaCodePageID |
The code page identifier of the translation this string table is associated with.
| QString Qx::FileDetails::StringTable::metaLanguageID |
The language identifier of the translation this string table is associated with.
| QString Qx::FileDetails::StringTable::originalFilename |
The name of the file when it was authored.
| QString Qx::FileDetails::StringTable::privateBuild |
Information about the private version nature of the file. Only present if VS_FF_PRIVATEBUILD is set on this file.
| QString Qx::FileDetails::StringTable::productName |
The name of the product this file is associated with.
| QString Qx::FileDetails::StringTable::productVersion |
A string representation of the version of the product the file is associated with.
Generally this is equivalent to:
| QString Qx::FileDetails::StringTable::specialBuild |
Information about the special version nature of the file. Only present if VS_FF_SPECIALBUILD is set on this file.