enthought / enthought/traitsui
Refactor ProgressEditor and/or ProgressDialog
Open
good first issue
type: enhancement
- Dominant language
- Python
- Stars
- 306
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Currently the `ProgressEditor` essentially hijacks the Pyface `ProgressDialog` internals to extract the parts for the editor control, without instantiating the top-level dialog.
the right way to do this is to have a `ProgressWidget` (probably in Pyface) which, ideally, can be shared by both the `ProgressEditor` and the `ProgressDialog`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.