mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #66] Is it possible to use WebEngine? #41
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TripleWhy on GitHub (Sep 6, 2018).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/66
I tried executing the QML code from this example: http://doc.qt.io/qt-5/qtwebengine-webengine-minimal-example.html
However without the code from the C++ part, it does not run:
@pauldotknopf commented on GitHub (Sep 9, 2018):
It is possible to use
QtWebEngine, but currently isn't wrapped for .NET.We hand-craft our wrapping stuff (not auto-generated) so we generate .NET wrappers for things as needed.
I can definitely see this as "needed".
I am currently working on other tasks for Qml.Net at the moment, but I'd gladly accept a pull request.
If you are interested, here is a similar file that wraps a Qt static method: https://github.com/pauldotknopf/Qml.Net/blob/develop/src/native/QmlNet/QmlNet/qml/QQuickStyle.cpp
@ColinDuquesnoy commented on GitHub (May 23, 2019):
Hi,
I am trying to use QtWebEngine but I ran into the following issue:
How do I build Qml.Net with webengine support? Why is webengine support not enabled by default?
@PlumpMath commented on GitHub (Dec 7, 2021):
Is it possible now?