Releases: TomographicImaging/eqt
Releases · TomographicImaging/eqt
Version 0.3.0
- Add ProgressTimerDialog and example.
- Delete ErrorObserver, as this is relevant to VTK, not Qt, so it has been moved to the CILViewer repo.
Version 0.2.2
- By default, automatically number the tab titles in a
StackedWidget
Version 0.2.1
- Adds methods to add titles and separators to the FormWidget
- Adds UIMultiStepWidget
- Adds version string from git describe
- Added unit tests and a way to disable interactive tests if run on conda build
Version 0.1.0
- Fixes FormDockWidget by setting a FormWidget as the DockWidget's widget
- Allows a widget to be added to a FormWidget, which spans the width of the form
- Adds a factory for creating a StackedWidget
- Adds UISliderWidget
Version 0.0.7
- bump version number (#5)
Version 0.0.6
sync version number
Version 0.0.4
- Create
python-publish.yml
(#3)