Releases: molssi-seamm/seamm_widgets
Releases · molssi-seamm/seamm_widgets
Enhancement: Added state method for some widgets
- Added a state method to LabeledWidget, LabeledComboBox, LabeledEntry, UnitEntry and UnitComboBox. This method sets or returns the state of the widget
Return the width of aligned labels
- The align_labels procedure now returns the width of the labels. This is useful for laying out indented widgets.
Enhancement to ScrolledColumns
- Added optional separator columns for dividing sections of the table.
Bugfix: problem deleting 2 or more keywords
There was a crash if you deleted a second keyword in the Keywords tab of calculation.
Moved default units to seamm-util
Merge pull request #26 from molssi-seamm/dev Moved default units to SEAMM_util
Added HTML widgets
Merge pull request #25 from molssi-seamm/dev added html widgets
Bug fix: keywords for e.g. MOPAC
What's Changed
Full Changelog: 2022.2.10...2022.5.23
Fixed bug in PeriodicTable
Cs
was incorrectly labeled as Ca
.
Added selection_clear to CheckTree
Merge pull request #17 from SinaMostafanejad/main adds the selection_clear()
Enhancement to CheckTree
Added get_leaves
method to get all the leaves in the tree below a given node, or the entire tree if desired.