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.
Qt Creator では、webview は IE と同じように Web サイトを表示します。Chrome のように webkit を使用して表示するにはどうすればよいですか?
IE は Webkit エンジンを使用しませんが、Qt Webview は Google Chrome ブラウザーと同じように機能します。そのため、違いは Qt Webview が使用している Webkit バージョンにある可能性があります。Webkit について読んで、qt sdk を最新バージョンに更新してみてください。また、javascript や開発者ツールなどの webview 属性を切り替えて、問題がコードまたは webview にあるかどうかを確認することもできます。