I'm trying to add some text to my layout grid.
I added a QCPPlotTitle Element to the layout and I would like to color the background. This seems to only have the "setTextColor" method but no brush/background.
I am aware that QCPItemText has a brush property, although it is not a QCPLayoutElement thus it cannot be nested in the layout.
Any idea how to do so?