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.
必要なサイト ページを読み込むために QWebPage を使用しています。ただし、QWebPage はすべての追加リソース (画像、CSS など) をロードします。この動作を提示して画像の読み込みをキャンセルする方法はありますか?
私が持っている唯一のアイデア-カスタムQNetworkConnectionManagerを作成することです。これは、要求されたのではなく、ダミーの画像を返します。しかし、これは少し複雑に見えます。