configurations

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAHI-SW-CONFIG-LDT-2805_Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I
LEAHI-SW-CONFIG-LDT-2805_Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I
LEAHI-SW-CONFIG-LDT-2727_Service - SW - 01 - Service - R&I
LEAHI-SW-CONFIG-LDT-2727_Service - SW - 01 - Service - R&I
LEAHI-SW-CONFIG-LDT-2686_Patient Vitals - SW - 01 - Enhancement - Round timestamp - R&I
LEAHI-SW-CONFIG-LDT-2686_Patient Vitals - SW - 01 - Enhancement - Round timestamp - R&I
RESOLVED

RESOLVED

RESOLVED.

RESOLVED.

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

so the isActive is the internal property of ValueAdjuster and it is binded to the c++ property of <*>set. Similar to how we binded the value to the c++ property

so the isActive is the internal property of ValueAdjuster and it is binded to the c++ property of <*>set. Similar to how we binded the value to the c++ property

same

same

yes when not active you can press increment or decrement which will then show the value and set value to the default value

yes when not active you can press increment or decrement which will then show the value and set value to the default value

same?

same?

If not isActive, then canIncrement?

If not isActive, then canIncrement?

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

understood, but you have now two varables/propery for this purpose the one with _ in qml and the one with set in C++. how do they get in sync?

understood, but you have now two varables/propery for this purpose the one with _ in qml and the one with set in C++.
how do they get in sync?

I am using the *set from the VALUESET macro to sync the isActive of the 2 instances of the component

I am using the *set from the VALUESET macro to sync the isActive of the 2 instances of the component

Why is this changed to the properties, what about the others? does it make the code out of sync between functions?

Why is this changed to the properties,
what about the others?
does it make the code out of sync between functions?

removed parameter

removed parameter

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED

RESOLVED

It does not seem like the bool parameter of this signal is useful, remove the bool and just emit the signal.

It does not seem like the bool parameter of this signal is useful,
remove the bool and just emit the signal.

updated to not show when on create Rx screen

updated to not show when on create Rx screen