Hi,
I am a qwt user. When I opened "qwt_plot_xml.cpp", I found “Temporary
dummy code, for designer tests”
void QwtPlot::applyProperties(const QString &xmlDocument)
{
#if 1
// Temporary dummy code, for designer tests
setTitle(xmlDocument);
replot();
#endif
}
I realize that this is a very useful function if its subclasses tend to
expose methods to general interface.
Does anyone move on a real set of properties of QwtPlot?
I welcome any progress on this.
Thanks,
Lingfa
|