25 @param editVisibilities list of flags giving the visibilities |
25 @param editVisibilities list of flags giving the visibilities |
26 of the various parts for the 'edit' view profile (list of boolean) |
26 of the various parts for the 'edit' view profile (list of boolean) |
27 @param debugVisibilities list of flags giving the visibilities |
27 @param debugVisibilities list of flags giving the visibilities |
28 of the various parts for the 'debug' view profile (list of boolean) |
28 of the various parts for the 'debug' view profile (list of boolean) |
29 @param parent parent widget of this dialog (QWidget) |
29 @param parent parent widget of this dialog (QWidget) |
|
30 @exception ValueError raised to indicate an invalid layout |
30 """ |
31 """ |
31 super().__init__(parent) |
32 super().__init__(parent) |
32 |
33 |
33 self.__layout = layout |
34 self.__layout = layout |
34 if self.__layout == "Toolboxes": |
35 if self.__layout == "Toolboxes": |