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.
webview を含む qml ファイルがあります。私は c++ でそのオブジェクトへの参照を取得しますが、QObject* です QWebPage オブジェクトなどを取得できる QWebView に似たものにキャストできますか? QWebView を試すと、qobject_cast<> は NULL を返します。QQuickItem へのキャストで動作しますが、それはあまり役に立ちません。
ありがとう