--- a/ProjectDjango/DjangoDumpdataDataDialog.py Sat May 29 15:03:26 2021 +0200 +++ b/ProjectDjango/DjangoDumpdataDataDialog.py Sat May 29 18:33:03 2021 +0200 @@ -9,7 +9,7 @@ import contextlib -from PyQt5.QtWidgets import QDialog +from PyQt6.QtWidgets import QDialog from .Ui_DjangoDumpdataDataDialog import Ui_DjangoDumpdataDataDialog @@ -23,7 +23,9 @@ Constructor @param project reference to the Django project object - @param parent reference to the parent widget (QWidget) + @type Project + @param parent reference to the parent widget + @type QWidget """ super().__init__(parent) self.setupUi(self) @@ -48,9 +50,9 @@ """ Public method to get the data entered into the dialog. - @return tuple of two lists of strings, a string and an integer giving - the list of applications to work on, the list of applications to - exclude, the dump format and the indentation level + @return tuple giving the list of applications to work on, the list of + applications to exclude, the dump format and the indentation level + @rtype tuple of (list of str, list of str, str, int) """ applStr = self.applicationsCombo.currentText() if applStr: