eric7.Preferences.ConfigurationPages.LogViewerPage
Module implementing the Log Viewer configuration page.
Global Attributes
Classes
LogViewerPage |
Class implementing the Log Viewer configuration page. |
Functions
create |
Module function to create the configuration page. |
LogViewerPage
Class implementing the Log Viewer configuration page.
Derived from
ConfigurationPageBase, Ui_LogViewerPage
Class Attributes
Class Methods
Methods
Static Methods
LogViewerPage (Constructor)
LogViewerPage()
Constructor
LogViewerPage.__colorChanged
__colorChanged(colorKey, color)
Private slot handling the selection of a color.
- colorKey (str)
-
key of the color entry
- color (QColor)
-
selected color
LogViewerPage.save
save()
Public slot to save the Interface configuration.
create
create(_dlg)
Module function to create the configuration page.
- _dlg (ConfigurationDialog)
-
reference to the configuration dialog (unused)
- Return:
-
reference to the instantiated page
- Return Type:
-
ConfigurationPageBase