Esri / arcgis-maps-sdk-toolkit-qt

ArcGIS Maps SDK for Qt Toolkit
Apache License 2.0
132 stars 61 forks source link

Avoid QRect's in TimeSlider label calculations #590

Closed PaulAllanSturm closed 1 year ago

PaulAllanSturm commented 1 year ago

Qt 6.5 doesn't like our use of rectangles in calculating the position of the start/end labels in TimeSlider. Here we calculate the same outcome, just without using rectangles.