Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 load() 方法将内容加载到 QWebPage 中。但是我的 loadStarted()、loadFinished() 和 loadProgress() 处理程序调用了多次。我怎样才能检测到该页面已完全加载了它的所有内容?
在以下位置发布了相关的解决方案建议:
接收请求网页的多个 loadFinished 信号
主要是寻找 QWebPage 的 repaintRequested(QRect) 信号。