TickMarks.qml

Clone Tools
  • last updated a few seconds 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
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

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.

Thanks, Sorry for the confusion. Yes, please, as we talked, the active progress should be orange, and the background I think can stay as it was. Then you can remove that extra Rectangle.

Thanks,
Sorry for the confusion.
Yes, please, as we talked, the active progress should be orange, and the background I think can stay as it was.
Then you can remove that extra Rectangle.

This may be a new concept for the project, but it's something that I've used and have seen used before in other QML projects. This also guarantees that you are only loading the object when you nee...

This may be a new concept for the project, but it's something that I've used and have seen used before in other QML projects.

This also guarantees that you are only loading the object when you need it when you use it with the Loader.

The Component itself, if you look at the Qt documentation, you will find "The component encapsulates the QML types within, as if they were defined in a separate QML file, and is not loaded until requested (in this case, by the two Loader objects)."

So, I am sure this is efficient.

We had this discussion this morning, I have already tested it also. It is working as we expected. It only prints out the round tick's Component.onCompleted log messages of the round tick marks and ...

We had this discussion this morning, I have already tested it also. It is working as we expected. It only prints out the round tick's Component.onCompleted log messages of the round tick marks and not both the round and lined tick marks. This is operating as we expected.

Ok, easy change over.

Ok, easy change over.

We had a discussion about what needed to be done and you had mentioned that the progressRect would be transparent. In order for that to be transparent, we needed a background rectangle color. BUT w...

We had a discussion about what needed to be done and you had mentioned that the progressRect would be transparent. In order for that to be transparent, we needed a background rectangle color. BUT we had talked this morning and I will remove this rectangle and just set the progress rect's color as w/e the active color is.

I believe this is leftover code that I missed from the slider bug fixes. I'll remove it for this branch.

I believe this is leftover code that I missed from the slider bug fixes. I'll remove it for this branch.