mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #229] How would i export object to Qml by SetContextProperty ? #146
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#146
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 @jaredtao on GitHub (Jan 9, 2021).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/229
I want to export object to Qml by SetContextProperty, but qml report error on console:
I have a class declare like this:
I want to call loadFolder in c# not qml, so i use SetContextProperty in main function
https://github.com/jaredtao/TaoQuick.Net