Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
The QLibraryInfo class provides information about the Qt library. More...
Public Types | |
enum | LibraryLocation { BinariesPath = 4, DataPath = 6, DemosPath = 9, DocumentationPath = 1, ExamplesPath = 10, HeadersPath = 2, ImportsPath = 11, LibrariesPath = 3, PluginsPath = 5, PrefixPath = 0, SettingsPath = 8, TranslationsPath = 7 } |
More... | |
Public Member Functions | |
QLibraryInfo (QLibraryInfo copy) | |
virtual void | CreateProxy () |
new void | Dispose () |
Static Public Member Functions | |
static QDate | BuildDate () |
| |
static string | BuildKey () |
| |
static string | LicensedProducts () |
| |
static string | Licensee () |
| |
static string | Location (QLibraryInfo.LibraryLocation arg1) |
| |
Protected Member Functions | |
QLibraryInfo (System.Type dummy) | |
Protected Attributes | |
SmokeInvocation | interceptor |
Properties | |
virtual System.IntPtr | SmokeObject [get, set] |
The QLibraryInfo class provides information about the Qt library.
Many pieces of information are established when Qt is configured. Installation paths, license information, and even a unique build key. This class provides an abstraction for accessing this information.
FunctionReturn value
buildKey() A string that identifies the Qt version and the configuration. This key is used to ensure that plugins link against the same version of Qt as the application.
location() The path to a certain Qt component (e.g., documentation, header files).
licensee(), licensedProducts() Licensing information.
You can also use a qt.conf file to override the hard-coded paths that are compiled into the Qt library. For more information, see the Using qt.conf documentation.
See also QSysInfo and Using qt.conf.
This enum type is used to specify a specific location specifier:
See also location().
BinariesPath |
The location of installed Qt binaries (tools and applications). |
DataPath |
The location of general Qt data. |
DemosPath |
The location for demos upon install. |
DocumentationPath |
The location for documentation upon install. |
ExamplesPath |
The location for examples upon install. |
HeadersPath |
The location for all headers. |
ImportsPath |
The location of installed QML extensions to import. |
LibrariesPath |
The location of installed libraries. |
PluginsPath |
The location of installed Qt plugins. |
PrefixPath |
The default prefix for all paths. |
SettingsPath |
The location for Qt settings. |
TranslationsPath |
The location of translation information for Qt strings. |
|
protected |
QtCore.QLibraryInfo.QLibraryInfo | ( | QLibraryInfo | copy | ) |
|
static |
|
static |
Returns a unique key identifying this build of Qt and its configurations. This key is not globally unique, rather only useful for establishing of two configurations are compatible. This can be used to compare with the QT_BUILD_KEY preprocessor symbol.
See also location().
|
virtual |
new void QtCore.QLibraryInfo.Dispose | ( | ) |
|
static |
Returns the products that the license for this build of Qt has access to.
See also licensee().
|
static |
Returns the person to whom this build of Qt is licensed.
See also licensedProducts().
|
static |
Returns the location specified by loc.
|
protected |
|
getset |