Releases: geo-stack/qtapputils
Releases · geo-stack/qtapputils
qtapputils v0.8.1
A compendium of utilities to make building Qt applications in Python easier.
Changelog
PR #28: Fix and improve RangeWidget
qtapputils v0.8.0
A compendium of utilities to make building Qt applications in Python easier.
Changelog
PR #26: Add a dialog to manage app preferences
PR #27: Add option to the app config dialog
qtapputils v0.7.0
A compendium of utilities to make building Qt applications in Python easier.
Changelog
PR #23: Add an 'About' dialog
PR #24: Add "system Info" option in the About widget
PR #25: Add errors and system message manager
qtapputils v0.6.0
A compendium of utilities to make building Qt applications in Python easier.
Changelog
PR #19: Add process status bar widget
PR #20: Improvements to the ProcessStatusBar
PR #21: Add a user message dialog base class
PR #22: Add fileio utility functions
qtapputils v0.5.3
A compendium of utilities to make building Qt applications in Python easier.
Changelog
PR #17: Workaround a bug in QDoubleSpinBox when 'coma' is used as decimals and thousands separator
PR #18: consume Enter or Return key press and release events in QDoubleSpinBox
qtapputils v0.5.2
A compendium of utilities to make building Qt applications in Python easier.
Changelog
PR #16: Add a splash widget
qtapputils v0.5.1
A compendium of utilities to make building Qt applications in Python easier.
Changelog
PR #14: Fix RangeSpinBox for local decimal point
PR #15: Move install requires to extras requires
qtapputils v0.5.0
A compendium of utilities to make building Qt applications in Python easier.
Changelog
PR #13: Add a save file manager
qtapputils v0.4.1
A compendium of utilities to make building Qt applications in Python easier.
Changelog
PR #12: Add path widgets
qtapputils v0.4.0
A compendium of utilities to make building Qt applications in Python easier.
Changelog
PR #10: Add two task managers and a base class for a worker
PR #11: Add a 'run tasks started' signal to TaskManagerBase and minor behavior change to LIFOTaskManager