pyface icon indicating copy to clipboard operation
pyface copied to clipboard

Clean-up the `ProgressBar` widget

Open corranwebster opened this issue 3 years ago • 1 comments

This has min and size attributes which are part of the creation signature but not actually used.

This should be fixed (or a new IField-based progress bar widget written).

corranwebster avatar Jul 16 '21 07:07 corranwebster

Some progress here in #1234 to make clear the distinction between fields (such as a progress bar) and editable fields (such as a slider), but not implemented yet. However they can be without further backwards incompatible changes, so bumping to next feature release.

corranwebster avatar Apr 04 '23 08:04 corranwebster