How to let a long title to split in multiple lines in a qwtPlot?
It seem that putting a rich text in the QwtText does not work.
Regards
How to let a long title to split in multiple lines in a qwtPlot?
It seem that putting a rich text in the QwtText does not work.
Regards
HTH,Qt Code:
title.setRenderFlags(title.renderFlags() | Qt::TextWordWrap); plot->setTitle(title);To copy to clipboard, switch view to plain text mode
Uwe
giusepped (1st July 2010)
Bookmarks