Home > Back-end >  Qt gantt chart
Qt gantt chart

Time:01-13

Meet to write a project to do the function of the gantt chart, but also can drag and drop function,,

CodePudding user response:

Try to search the open source project?

CodePudding user response:

Use QWidget completed four events
Drawing:
PaintEvent
Drag and drop:
MousePressEvent
MouseMoveEvent
MouseReleaseEvent
  • Related