If anyone would ever be interested - I've developed the QCPGantt extension based on the QCPBars implementation, which is intended to support Gantt charts inside of the qcustomplot library:
https://github.com/svlad-90/DLT-Message-Analyzer/blob/master/dltmessageanalyzerplugin/src/components/plotView/src/QCPGantt.hpp
https://github.com/svlad-90/DLT-Message-Analyzer/blob/master/dltmessageanalyzerplugin/src/components/plotView/src/QCPGantt.cpp
The result looks like this:
https://raw.githubusercontent.com/svlad-90/DLT-Message-Analyzer/master/md/plot_view/gantt_chart_example.png
Feel free to reuse it if it fits your needs. ))