Skip to content

Releases: geo-stack/qtapputils

qtapputils v0.8.1

04 Jun 15:34
30d3659
Compare
Choose a tag to compare

A compendium of utilities to make building Qt applications in Python easier.

Changelog

PR #28: Fix and improve RangeWidget

qtapputils v0.8.0

17 Jan 16:45
bd3e8f8
Compare
Choose a tag to compare

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

03 Dec 20:58
b75cbfa
Compare
Choose a tag to compare

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

20 Sep 19:15
745e8ae
Compare
Choose a tag to compare

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

25 Jun 18:33
49fb410
Compare
Choose a tag to compare

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

23 Apr 13:22
e448f0c
Compare
Choose a tag to compare

A compendium of utilities to make building Qt applications in Python easier.

Changelog

PR #16: Add a splash widget

qtapputils v0.5.1

22 Mar 17:32
c82d651
Compare
Choose a tag to compare

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

19 Jan 18:54
646b04c
Compare
Choose a tag to compare

A compendium of utilities to make building Qt applications in Python easier.

Changelog

PR #13: Add a save file manager

qtapputils v0.4.1

22 Nov 19:01
fd1914b
Compare
Choose a tag to compare

A compendium of utilities to make building Qt applications in Python easier.

Changelog

PR #12: Add path widgets

qtapputils v0.4.0

17 Oct 17:53
31681d9
Compare
Choose a tag to compare

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