diff --git a/eqt/ui/FormDialog.py b/eqt/ui/FormDialog.py index a0ea1ac..55dd4a0 100644 --- a/eqt/ui/FormDialog.py +++ b/eqt/ui/FormDialog.py @@ -122,7 +122,7 @@ def insertWidgetToFormLayout(self, row, name, qwidget, qlabel=None): The position in the form is specified by row. If row is out of bounds, the widget is added at the end of the form. An error is raised if `name` is already in use by another widget in the form. The entries associated with the widget are added - to the widget dictionary, the widget-number dictionary, and the default-widget-states + to the widget dictionary and the default-widget-states dictionary. Parameters: diff --git a/eqt/ui/UIFormWidget.py b/eqt/ui/UIFormWidget.py index f366241..9976922 100644 --- a/eqt/ui/UIFormWidget.py +++ b/eqt/ui/UIFormWidget.py @@ -58,7 +58,7 @@ def insertWidgetToFormLayout(self, row, name, qwidget, qlabel=None): The position in the form is specified by row. If row is out of bounds, the widget is added at the end of the form. An error is raised if `name` is already in use by another widget in the form. The entries associated with the widget are added - to the widget dictionary, the widget-number dictionary, and the default-widget-states + to the widget dictionary and the default-widget-states dictionary. Parameters: @@ -550,7 +550,7 @@ def insertWidgetToFormLayout(self, row, name, qwidget, qlabel=None): The position in the form is specified by row. If row is out of bounds, the widget is added at the end of the form. An error is raised if `name` is already in use by another widget in the form. The entries associated with the widget are added - to the widget dictionary, the widget-number dictionary, and the default-widget-states + to the widget dictionary and the default-widget-states dictionary. Parameters: