CreateRx.puml

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

Change the vSet to vActive to make it clearer. *Please use .isActive = vActive after addressing the above comment.
  • Change the vSet to vActive to make it clearer.

  • Please use .isActive = vActive after addressing the above comment.
reverted the clear

reverted the clear

reverted this

reverted this