--- a/src/eric7/MultiProject/PropertiesDialog.py Fri Dec 15 14:07:43 2023 +0100 +++ b/src/eric7/MultiProject/PropertiesDialog.py Fri Dec 15 15:28:54 2023 +0100 @@ -22,8 +22,12 @@ Constructor @param multiProject reference to the multi project object + @type MultiProject @param new flag indicating the generation of a new multi project - @param parent parent widget of this dialog (QWidget) + (defaults to True) + @type bool (optional) + @param parent reference to the parent widget (defaults to None) + @type QWidget (optional) """ super().__init__(parent) self.setupUi(self)