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.
QWebView が画像を読み込まないようにするにはどうすればよいですか (トラフィックを節約するため)?
QWebView の設定で無効にすることができます。
web_view = QWebView() web_view.settings().setAttribute(QWebSettings.AutoLoadImages, False)