Releases: GauiStori/PyQt-Qwt
Version 2.0.0-beta3
Add following files.
qwt_arrow_button.sip
qwt_clipper.sip
qwt_date_scale_draw.sip
qwt_date_scale_engine.sip
qwt_date.sip
qwt_dyngrid_layout.sip
qwt_interval_symbol.sip
qwt_legend_label.sip
qwt_magnifier.sip
qwt_matrix_raster_data.sip
qwt_painter_command.sip
qwt_painter.sip
qwt_pixel_matrix.sip
qwt_plot_glcanvas.sip
qwt_plot_graphicitem.sip
qwt_plot_intervalcurve.sip
qwt_plot_legenditem.sip
qwt_plot_magnifier.sip
qwt_plot_rescaler.sip
qwt_plot_scaleitem.sip
qwt_plot_shapeitem.sip
qwt_plot_spectrocurve.sip
qwt_plot_svgitem.sip
qwt_plot_textlabel.sip
qwt_plot_tradingcurve.sip
qwt_plot_zoneitem.sip
qwt_point_3d.sip
qwt_point_mapper.sip
qwt_spline_curve_fitter.sip
qwt_system_clock.sip
qwt_weeding_curve_fitter.sip
qwt_widget_overlay.sip
Support for qwt <= 6.1.6 and 6.2.0
Support Qt5 and Qt6
Tested for Qwt 6.1.6 and 6.2.0
All examples work for Qwt 6.1.6/6.2.0 and Qt5/6
Version 1.02.02
Version 1.02.01
- Fix compilation with sip5
- Minor bug fixes
Version 1.02.00
- Fix compilation for Sip >= 4.18 and Qwt >= 6.1.2
Tested for Qwt 6.1.2, 6.1.3 and 6.1.4 - Add Analog Clock widget
- Add Compass widget
- Add Dial wigets
- Add setSamples(QPolygon). Improves framerate.
Thanks to Olivier. - A few bug fixes
- A few more examples
Version 1.01.00
Changes since version 1.00.00
- Bug fixes in examples
- Add examples controls.py and curvdemo1.py
- Add sip files: qwt_plot_renderer.sip, qwt_transform.sip, qwt_slider.sip
- Correct Transfer/TransferThis annotations. There may still be errors but
I have not seen any crashes. - Add more functions that were earlier commented out:
qwt_scale_engine.sip:
void setTransformation( QwtTransform * );
QwtTransform *transformation() const;
qwt_slider.sip:
const QwtScaleDraw *scaleDraw() const;
qwt_plot.sip:
explicit QwtPlot( const QwtText &title, QWidget * = NULL ); - Add QT += printsupport.
- Known bug: printing from spectrogram.py freezes in Linux.
Version 1.00.00
This version has been tested to work on Linux and Windows. It should work on Mac OS-X as well but that is untested.
It requires Qwt-6.1.3, (6.1.2 may work but that is untested)
Tested on Linux with python2/3, Qt4/5
Tested on Windows with python3, Qt5