How to let QDoubleSpinBox to store time only as its value.
Solved
General and Desktop
-
@Ahti said in How to let QDoubleSpinBox to store time only as its value.:
QDoubleSpinBox
Why do you want to use QDoubleSpinBox for that? It is for floating point numbers not time.
Why don't you use QTimeEdit?