Preferences/ViewProfileDialog.py

changeset 2964
84b65fb9e780
parent 2548
03c3840f887d
child 3010
befeff46ec0f
equal deleted inserted replaced
2963:745d38097b7f 2964:84b65fb9e780
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":

eric ide

mercurial