Hi,

I've embedded a QCustomPlot item into a container widget; and embedded this container widget into a QGraphicsProxyWidget. And i've inserted this proxywidget into QGraphicsScene. QCustomPlot 's events have some problems with QGraphicsProxyWidget. Jscurlee' s solution fixes most of the problem. But i also needed to show a tooltip for plots and used Ross 's solution.

As a result; i can see a tooltip box when i hover on the graph line; but texts of the tooltip are invisible as below:

graph.png

Now i am stuck here, any idea?

Thanks,
Yigit