components

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Please use Changed and align

Please use Changed
and align

UI-DEN-14937-UI-VD-S93 [TxCreateRejection]
UI-DEN-14937-UI-VD-S93 [TxCreateRejection]
UI-DEN-14936_UI BN S93
UI-DEN-14936_UI BN S93
UI-DEN-14936_UI BN S93
UI-DEN-14936_UI BN S93
UI-DEN-14937_UI VD S93
UI-DEN-14937_UI VD S93
RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

Yes, i will remove the Retangle and set the color as we did before, with the change that the Slider's color for active will be a SliderHighlightColor / Orange instead of the light blue

Yes, i will remove the Retangle and set the color as we did before, with the change that the Slider's color for active will be a SliderHighlightColor / Orange instead of the light blue

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

I have a possible better solution that will avoid both. I will implement and push the code.

I have a possible better solution that will avoid both. I will implement and push the code.

RESOLVED. Thanks for the test, that is what I remembered. Fine then

RESOLVED.

Thanks for the test, that is what I remembered.
Fine then

1 - The component instance has been used in the same file, and that is the new feature, and previously we have to create a file to use the component instance, or directly return the created compone...

1 - The component instance has been used in the same file, and that is the new feature, and previously we have to create a file to use the component instance, or directly return the created component for one instance use.
2 - The Loader is used inside of the component, which doesn't seem right, the idea is to use inline components so, if possible, avoid loaders.
3 - Multiple components for the line tickmarks and round ones are created since it seems only a property change to make it rounded, since QML doesn't have a line or circle and all are Rectangle, it makes sense to update the underlying rectangle properties to get the desired shape.