[GH-ISSUE #220] signal link progressbar #138

Closed
opened 2026-05-05 11:06:37 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @lilongueti on GitHub (Aug 24, 2020).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/220

trying to do a NotifySignal from a float to ProgressBar.value but it doesn't seem to work, placing the event somewhere else does assign de value properly but just setting ProgressBar.value=model.Percentage does nothing

Originally created by @lilongueti on GitHub (Aug 24, 2020). Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/220 trying to do a NotifySignal from a float to ProgressBar.value but it doesn't seem to work, placing the event somewhere else does assign de value properly but just setting ProgressBar.value=model.Percentage does nothing
Author
Owner

@devmil commented on GitHub (Aug 25, 2020):

Hi,
did you get a QML error that Percentage is no property?
QML.Net converts the property names to camelCase because this is the QML standard.
So maybe just using model.percentage solves your problem?

<!-- gh-comment-id:679631803 --> @devmil commented on GitHub (Aug 25, 2020): Hi, did you get a QML error that Percentage is no property? QML.Net converts the property names to camelCase because this is the QML standard. So maybe just using `model.percentage` solves your problem?
Author
Owner

@lilongueti commented on GitHub (Aug 25, 2020):

i'm not 100% sure what was it, i did use proper casing, however it is working now, thanks

<!-- gh-comment-id:680141784 --> @lilongueti commented on GitHub (Aug 25, 2020): i'm not 100% sure what was it, i did use proper casing, however it is working now, thanks
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#138
No description provided.