Version 1.0.0
Refer to changelog for more details.
Backward incompatibility:
getWidgetStateandapplyWidgetStateincludewidget_row.- The widget-states internal order changes.
- In
FormDialog, theOkbutton saves widget states and closes the dialog. - In
FormDialog, theCancelbutton retrieves default states, or previously saved states,
and closes the dialog. insertWidgetis renamedinsertWidgetToVerticalLayout.
The currentinsertWidgetinserts widgets in the form layout.- Deprecates
getWidgetStatesto begetSavedWidgetStates.
More details:
- Adds user-defined functionalities for
OkandCancelbuttons inFormDialog. - Adds default widget states upon inserting widgets to a form.
- Adds the class
AdvancedDialogForm. - Adds methods to insert widgets and remove widgets in the forms.
- Adds
addSpanningWidgetmethod toFormDockWidget. - Adds several unit tests and examples.
- Removes
_addWidget. - Simplifies conda environment configuration for development.