Obsolete Members for QQuickTest
类QQuickTest 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。
函数
(deprecated in 6.4) bool | qWaitForItemPolished(const QQuickItem *item, int timeout = defaultTimeout) |
函数文档
[deprecated in 6.4]
bool QQuickTest::qWaitForItemPolished(const QQuickItem *item, int timeout = defaultTimeout)
自 6.4 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。
请使用qWaitForPolish() 代替。
等待timeout 毫秒或直到item 上的updatePolish() 被调用。
如果updatePolish()
在timeout 毫秒内被调用到item ,则返回true
,否则返回false
。
该函数的 QML 对应函数是waitForItemPolished()。
另请参阅 QQuickItem::polish()、QQuickItem::updatePolish() 和QQuickTest::qIsPolishScheduled()。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.