eric6.Preferences.ViewProfileDialog
Module implementing a dialog to configure the various view profiles.
Global Attributes
Classes
| ViewProfileDialog | Class implementing a dialog to configure the various view profiles. | 
Functions
ViewProfileDialog
    Class implementing a dialog to configure the various view profiles.
Derived from
QDialog
Class Attributes
Class Methods
Methods
Static Methods
ViewProfileDialog (Constructor)
ViewProfileDialog(layout, editVisibilities, debugVisibilities, parent=None)
        Constructor
- layout
- 
type of the window layout (string)
- editVisibilities
- 
list  of flags giving the visibilities
            of the various parts for the 'edit' view profile (list of boolean)
- debugVisibilities
- 
list  of flags giving the visibilities
            of the various parts for the 'debug' view profile (list of boolean)
- parent
- 
parent widget of this dialog (QWidget)
- Raises ValueError:
- 
raised to indicate an invalid layout
ViewProfileDialog.getVisibilities
getVisibilities()
        Public method to retrieve the visibilities configuration.
- Returns:
- 
tuple of two lists giving the visibilities of the
            various parts ( two lists of boolean)