Qt-interest Archive, January 2007
a custom qdatetime widget?
Message 1 in thread
Hi,
I asked yesterday this question to trolltech support:
/I have to design a widget to enter/display some lenght values
(HH/MN/SEC). the lenght value can be more than 23 h. I can't design
something like two qdatetime widget, one for beginning and one fot end
of task. user want one area when this lenght value is entered,
displayed I fact what I need is a "qtime like" class but without the
maximum range value (23) limitation. this widget should too manage the
semi-annually schedule modification but it's another problem...
Is there any solution that I didn't see in Qt lib doc (or solution or
other way?...)/
The answer was that actually, the only solution in Qt lib is to write a widget base on
QAbstractSpinBox.
They opened a task (148175) but no scheduled today so....
Is someone developed a such widget and can give
other infos than the suggestion of trolls support that I examinate acually.
Thank for any tips,
Veronique.