TickMarks.qml

Clone Tools
  • last updated a few minutes 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
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 26 more files in changeset.
DEN-14955 Quick Start - Sliders - Adjust tickmarks to be center on handle x

  1. … 1 more file in changeset.
DEN-14955 Quick Start: Sliders - Correct tickmark placement in correlation to handler - Update color of slider border and arrow to be based by active state - Centering of slider switch and arrow component to slider body - Thickness mismatch of progress and slider body - Reduce mouse area of slider to not overlap slider label - Move RangeSlider's tickmarks to be inside slider body - Increase size of scrollbar and changed color - Add logic to allow visibility change of first and last tick marks

  1. … 10 more files in changeset.
DEN-14955 : Quick Start - Main treatment Screens - Update screens to appropriately use or not use rounded sliders

  1. … 18 more files in changeset.
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. … 11 more files in changeset.
RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

DEN-14912 Quick Start : Sliders - Remove Component and Loaders from TickMarks and changed to Rectangle - Made additional fixes based on CR comments

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

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.