QTimeEdit
-
Can I set the maximum time for a QTimeEdit to be > 23:59:59
Can I control the format to be other that hh:mm:ss?
Thanks
David -
Can I set the maximum time for a QTimeEdit to be > 23:59:59
Can I control the format to be other that hh:mm:ss?
Thanks
David -
-
So if I want to edit a duration (which is indeed what I want to do), is there an equivalent of QTImeEdit for that?
Thanks
David -
@Perdrix
No, there is not. IIRC when I needed to do this I had to roll my own (e.g. 3 spinboxes in a widget).