enthought / pyface

pyface: traits-capable windowing framework
Other
105 stars 55 forks source link

Move TraitsUI ImageEditor internals to Pyface #1110

Open corranwebster opened 2 years ago

corranwebster commented 2 years ago

A reasonable ImageWidget would make sense in Pyface and we have essentially this in the internals of the TraitsUI ImageEditor, including some custom Qt and Wx code for the toolkit widgets.

We should move that code into Pyface and make the ImageEditor a thin wrapper around the Pyface code.