以下成员源于类 QImageWriter 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
QString
|
description () const |
(obsolete)
void
|
setDescription (const QString & description ) |
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 QImageReader::text () 代替。
Returns the description of the image.
另请参阅 setDescription ().
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 setText () 代替。
This is an image format specific function that sets the description of the image to description . For image formats that do not support setting the description, this value is ignored.
内容对于 description depends on the image format.
另请参阅 description ().