Qt-interest Archive, March 2002
Implementing a TimeLine
Message 1 in thread
Hi,
I'm a begginer with QT.
I want implement a timeline
in an application. I want it to
be like the timeline in outlook where
you can pick the attendees for an event.
How should I go about implementing this.
I've looked at the QScrollView class but
this seems overly complicated as the timeline
probobly won't be more than 4000 pixels or so.
Would It be possible to draw this once in the background
and then maybe the draw() function of QScrollView
could just read the necessary segments from the image
in the background.
Any suggestions would be greatly appreciated,
thanks.
deccy
--
[ signature omitted ]