MainStack.qml

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-3005 End of Treatment - SW - 01 - R&I - 05: DEV - Feature Implementation

cleanup

  1. … 1 more file in changeset.
LEAHI-APPLICATION-LDT-3000_End of Treatment - SW - 01 - R&I
LEAHI-APPLICATION-LDT-3000_End of Treatment - SW - 01 - R&I
LDT-3005 End of Treatment - SW - 01 - R&I - 05: DEV - Feature Implementation

upload of code

  1. … 30 more files in changeset.
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

updated

updated

Thanks. RESOLVED.

Thanks.
RESOLVED.