|
cut 3.3.0
|
A text label that prints from a radian, it representation in Degree/Minute/Seconds notation. More...
#include <CutWidgets.h>
Signals | |
| void | radiansChanged (double newValue) |
| Indicates that the radians value has been changed. | |
| void | precisionChanged (int newValue) |
| Indicates the precision configuration has been changed. | |
Properties | |
| double | radians |
| Value to represent in radians. | |
| int | precision |
| Precision used in the subsecond section of the label. | |
A text label that prints from a radian, it representation in Degree/Minute/Seconds notation.
QeDmsLabel allows to represent in +-DDD:MM:SS.sss format an angle. This representation is used for Declination coordinates. It uses erfa for conversions.
|
readwrite |
Precision used in the subsecond section of the label.
By default, millisecond precision is used.
|
readwrite |
Value to represent in radians.