mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #78] Call static functions #50
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#50
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 @codec-abc on GitHub (Nov 6, 2018).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/78
Hi,
This is probably a newbie issue, but is possible to call a C# static method directly from js embedded in QML? If yes, could you provide a trivial example please?
@pauldotknopf commented on GitHub (Nov 6, 2018):
Not currently, but it is a good idea.
@MaxMommersteeg commented on GitHub (Dec 23, 2018):
Has this issue been resolved by this commit?
87df314d6d@pauldotknopf commented on GitHub (Dec 23, 2018):
Not quite. At a C++ API level, support is there, but it isn't integrated into QML yet.