TomographicImaging / eqt

A number of templates and tools to develop Qt GUI's with Python effectively.
Other
2 stars 3 forks source link

Reorderable List Widget #51

Closed lauramurgatroyd closed 1 year ago

lauramurgatroyd commented 2 years ago

Adds a widget for a reorderable list, with buttons for moving elements up or down, or deleting elements.

Running the example gives you this window: image

This widget is being used in the CIL GUI. This is what it looks like there: image