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 で html コンテンツを表示するコードを書いています。QWebview の setHtml メソッドで実行しました。スクロールバーも正常に無効にしました。
しかし、QWebViewのサイズに合わせてコンテンツを作成する方法が問題でした。
助けてください..
ズームレベルを設定することでこの問題を解決します実際にHTMLコンテンツをQwebviewサイズの使用に適合させたい場合は、
qWebView-> setZoomFactor(0.5); htmlContentサイズに応じて設定します。