以下成员源于类 QCursor 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
const QBitmap *
|
bitmap () const |
(obsolete)
const QBitmap *
|
mask () const |
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
New code should use the other overload which returns QBitmap by-value.
Returns the cursor bitmap, or
nullptr
if it is one of the standard cursors.
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
New code should use the other overload which returns QBitmap by-value.
Returns the cursor bitmap mask, or
nullptr
if it is one of the standard cursors.