76 <p> |
76 <p> |
77 Constructor |
77 Constructor |
78 </p> |
78 </p> |
79 <dl> |
79 <dl> |
80 |
80 |
81 <dt><i>layout</i></dt> |
81 <dt><i>layout</i> (str)</dt> |
82 <dd> |
82 <dd> |
83 type of the window layout (string) |
83 type of the window layout |
84 </dd> |
84 </dd> |
85 <dt><i>editVisibilities</i></dt> |
85 <dt><i>editVisibilities</i> (list of bool)</dt> |
86 <dd> |
86 <dd> |
87 list of flags giving the visibilities |
87 list of flags giving the visibilities |
88 of the various parts for the 'edit' view profile (list of boolean) |
88 of the various parts for the 'edit' view profile |
89 </dd> |
89 </dd> |
90 <dt><i>debugVisibilities</i></dt> |
90 <dt><i>debugVisibilities</i> (list of bool)</dt> |
91 <dd> |
91 <dd> |
92 list of flags giving the visibilities |
92 list of flags giving the visibilities |
93 of the various parts for the 'debug' view profile (list of boolean) |
93 of the various parts for the 'debug' view profile |
94 </dd> |
94 </dd> |
95 <dt><i>parent</i></dt> |
95 <dt><i>parent</i> (QWidget)</dt> |
96 <dd> |
96 <dd> |
97 parent widget of this dialog (QWidget) |
97 parent widget of this dialog |
98 </dd> |
98 </dd> |
99 </dl> |
99 </dl> |
100 <dl> |
100 <dl> |
101 |
101 |
102 <dt>Raises <b>ValueError</b>:</dt> |
102 <dt>Raises <b>ValueError</b>:</dt> |