hi, all, I'v been porting QWT6 to PySide.
I'v got templates class working(sort of, thanks hugopl point out I need to create typedefs for all template instantiation). Unfortunately, this need to patch QWT sources, here is the patch against qwt trunk/@1092: https://github.com/yinhm/pysideqwt/blob/master/qwt6-typedefed-templates.patch Can I bind these instantiation without patching qwt? There are still problems of the binding of template instantiations. Seems apiextractor can not detect parent class methods for template instantiations. eg: QwtPlotCurve has no method name: attach(QwtPlot *), I have to add it manually. With my tiny knowledge of C++ and PySide, I'v been stuck on there questions. Please help me to accomplish it. -- Regards, twitter:@yinhm 有微码头:http://yinhm.appspot.com github: https://github.com/yinhm _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
