[GH-ISSUE #192] Use qml files and images from a resx #124

Closed
opened 2026-05-05 11:05:48 -06:00 by gitea-mirror · 6 comments
Owner

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?

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?
Author
Owner

@pauldotknopf commented on GitHub (Apr 19, 2020):

Not currently, see #15.

<!-- gh-comment-id:616010839 --> @pauldotknopf commented on GitHub (Apr 19, 2020): Not currently, see #15.
Author
Owner

@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?

<!-- gh-comment-id:616077615 --> @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?
Author
Owner

@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.

<!-- gh-comment-id:616078200 --> @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.
Author
Owner

@vadi2 commented on GitHub (Apr 19, 2020):

Are you sure that is a real problem you have?

<!-- gh-comment-id:616085575 --> @vadi2 commented on GitHub (Apr 19, 2020): Are you sure that is a real problem you have?
Author
Owner

@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.

<!-- gh-comment-id:616095715 --> @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.
Author
Owner

@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/

<!-- gh-comment-id:616208937 --> @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/
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#124
No description provided.