mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #192] Use qml files and images from a resx #124
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#124
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 @ezruneko on GitHub (Apr 19, 2020).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/192
Is it possible to add and consume images and qml from a resource file?
@pauldotknopf commented on GitHub (Apr 19, 2020):
Not currently, see #15.
@ezruneko commented on GitHub (Apr 19, 2020):
Oh ok. I didn't see these isssue. Thank you.
It's very important to us that the final user can't modify the GUI or the logic with a simple notepad.
Is it possible to load qml from a string? To load from a URL or embed, read manually and pass this stream or string to the engine?
@ezruneko commented on GitHub (Apr 19, 2020):
Ok. Thank you. Our focus is protect qml file from any modifications (to avoid changes in the app logic with a simple notepad).
It's posible to pass a string to the engine with the qml content? This is solve our issue too.
@vadi2 commented on GitHub (Apr 19, 2020):
Are you sure that is a real problem you have?
@ezruneko commented on GitHub (Apr 19, 2020):
Yes it's a real problem. We pass in my corporation a strong security audit. For example we can't use plain config files and can't expose code like scripts or any code not compiled.
@pauldotknopf commented on GitHub (Apr 19, 2020):
I'd recommend using native (unmanaged) hosting. There really aren't any limits when you approach Qml.Net that way.
https://qmlnet.github.io/setup/unmanaged-hosting/