Draggable and scrollable timeline
-
Hi,
I want to have many timeLine on a central main widget. TimeLine are rectangle area where you can scroll left and right. I want those timeline to be dragable dockwidget. But, I also want to have no border (or just a simple line) between timeline to have a plain view .
You can check this screenshot to understand what I mean : http://screenshots.en.sftcdn.net/en/scrn/34000/34642/wavepad-audio-editing-software-01-700x460.pngSo, what do you suggest ? Which kind of widget can I use ? Do I base my timeline on a Widget ? Or maybe on a QQuickItem ? QGraphicsItem ?
Thanks for your advice !
-
Hi,
If we are talking about widgets, it rather looks like a QScrollArea with specialized widget to do the painting. I'd recommend taking a look at QtQuick as it might be easier to do the painting of the wave form with it.