Link to Graphics from ChartDirector with support for Qt

I want to use ChartDirector that has support for Qt with a simple exampe
Where a BaseChart object will be converted to a ViewPortControlBase in Qt.

Will it be possible to do the same for a JUCE project. A .pro file and a .qrc file
is linked to the demo example from ChartDirector company.

I think it would be great to link ChartDirector to JUCE.

void QViewPortControl::setChart(BaseChart *c)
{
m_Chart = c;
ViewPortControlBase::setChart©;
updateDisplay();
}