Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
Qx::FileDetails::StringTable Struct Reference

A structure that contains all of the translation dependent optional fields of a file's details. More...

#include <qx/windows/qx-filedetails.h>

Collaboration diagram for Qx::FileDetails::StringTable:
[legend]

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
 

Detailed Description

Member Data Documentation

◆ comments

QString Qx::FileDetails::StringTable::comments

Comments left by the file's author.

◆ companyName

QString Qx::FileDetails::StringTable::companyName

The company that authored the file.

◆ fileDescription

QString Qx::FileDetails::StringTable::fileDescription

A basic description of the file.

◆ fileVersion

QString Qx::FileDetails::StringTable::fileVersion

A string representation of the file's version.

Generally this is equivalent to:

fileDetails.fileVersion().toString();
See also
FileDetails::fileVersion().

◆ internalName

QString Qx::FileDetails::StringTable::internalName

The internal name used to refer to the file by its author.

◆ legalCopyright

QString Qx::FileDetails::StringTable::legalCopyright

Copyright information for the file.

◆ legalTrademarks

QString Qx::FileDetails::StringTable::legalTrademarks

Trademark information for the file.

◆ metaCodePageID

QString Qx::FileDetails::StringTable::metaCodePageID

The code page identifier of the translation this string table is associated with.

◆ metaLanguageID

QString Qx::FileDetails::StringTable::metaLanguageID

The language identifier of the translation this string table is associated with.

◆ originalFilename

QString Qx::FileDetails::StringTable::originalFilename

The name of the file when it was authored.

◆ privateBuild

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.

◆ productName

QString Qx::FileDetails::StringTable::productName

The name of the product this file is associated with.

◆ productVersion

QString Qx::FileDetails::StringTable::productVersion

A string representation of the version of the product the file is associated with.

Generally this is equivalent to:

fileDetails.productVersion().toString();
See also
FileDetails::productVersion().

◆ specialBuild

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.


The documentation for this struct was generated from the following files: