QtWebView Namespace
QtWebView 名前空間は、WebView のセットアップと使用を容易にする関数を提供します。
ヘッダー | #include <QtWebView> |
CMakeの | find_package(Qt6 REQUIRED COMPONENTS WebView) target_link_libraries(mytarget PRIVATE Qt6::WebView) |
qmake: | QT += webview |
機能
void | initialize() |
関数のドキュメント
void QtWebView::initialize()
この関数は、リソースを初期化したり、異なるバックエンドが必要とするオプションを設定したりします。
注意: initialize()
関数は、QGuiApplication インスタンスが作成される直前に呼び出される必要があります。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.