ProgressRect.qml

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
UI-DEN-SUNRISE
UI-DEN-SUNRISE
RESOLVED

RESOLVED

RESOLVED

RESOLVED

UI-DEN-3149_Treatment Ultrafiltration Adjustment
UI-DEN-3149_Treatment Ultrafiltration Adjustment
UI Staging Unreviewed Commits
UI Staging Unreviewed Commits
UI-DEN-14937_UI VD S93
UI-DEN-14937_UI VD S93
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 608 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 584 more files in changeset.
RESOLVED. My understanding is that this will be connected in a future story

RESOLVED.
My understanding is that this will be connected in a future story

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

Done

Done

Removed.

Removed.

Is there a reason these shouldn't be deleted?

Is there a reason these shouldn't be deleted?

RESOLVED.

RESOLVED.

To make it consistent these could also be red and white without double quotes

To make it consistent these could also be red and white without double quotes

done

done

Thanks for reminding that. updated all the other ones as well. done.

Thanks for reminding that.
updated all the other ones as well.
done.

Great question. There would be another connection for the message "Treatment Parameters validation" and that will update the properties here when that message with parameters received. It would be ...

Great question.
There would be another connection for the message "Treatment Parameters validation" and that will update the properties here when that message with parameters received.
It would be an extra :
ACTION_VIEW_CONNECTION(AdjustPressuresLimitsResponseData);
with the correct model as a parameter and another:
void VTreatmentAdjustmentPressuresLimits::onActionReceive(const AdjustPressuresLimitsResponseData &vData)
with that model as parameter.