TextItem to display current position of the crosshair; Fix to logMode for crosshair
Description
This MR introduces a new TextItem
to display the current coordinates of the crosshairs. It also addresses the bugs related to the logMode switching, where the emitted coordinates were incorrect for both the mouseClicked
and mouseMoved
signals.
Related Issues
fixes #398 (closed) #347 (closed) #403 (closed)
Type of Change
- TextItem to Crosshair to display the current coordinates
- Fix log mode scaling
Potential side effects
None
Screenshots / GIFs (if applicable)
Screen_Recording_2024-11-06_at_16.00.49
Additional Comments
In next MRs I can add some labels for clicked coordinates for data.
Definition of Done
-
Documentation is up-to-date.
Edited by wyzula_j