以下成員源於類 QLibraryInfo 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(obsolete)
QDate
|
buildDate () |
(obsolete)
QString
|
licensedProducts () |
(obsolete)
QString
|
licensee () |
[static]
QDate
QLibraryInfo::
buildDate
()
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
This function used to return the installation date for this build of Qt, but now returns a constant date.
該函數在 Qt 4.6 引入。
[static]
QString
QLibraryInfo::
licensedProducts
()
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
This function used to return the products that the license for this build of Qt has access to, now returns an empty string.
[static]
QString
QLibraryInfo::
licensee
()
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
This function used to return the person to whom this build of Qt is licensed, now returns an empty string.