Go to the documentation of this file.
55 explicit QeHmsLabel(QWidget *parent = Q_NULLPTR);
66 double m_radians = 0.0;
70 #endif // QEHMSLABEL_HPP
double radians
Value to represent in radians @accessors getRadians(), setRadians(double)
Definition: QeHmsLabel.hpp:26
A text label that prints from a radian, it representation in Hours/Minute/Seconds notation.
Definition: QeHmsLabel.hpp:19
double getPrecision()
Definition: QeHmsLabel.hpp:58
QeHmsLabel(QWidget *parent=Q_NULLPTR)
Constructor for QeHmsLabel.
Definition: QeHmsLabel.cpp:13
void setPrecision(int newValue)
Definition: QeHmsLabel.hpp:62
~QeHmsLabel()
Definition: QeHmsLabel.cpp:19
int precision
Precision used in the subsecond section of the label.
Definition: QeHmsLabel.hpp:34
void precisionChanged(int newValue)
Signal emitted when the precision of the widget has changed.
void update()
Definition: QeHmsLabel.cpp:23
double getRadians()
Definition: QeHmsLabel.hpp:57
void radiansChanged(double newValue)
Signal emitted when the value represented by the widget has changed.
void setRadians(double newValue)
Definition: QeHmsLabel.hpp:61