Base class for all preference panels used by PreferencesDialog. More...
Public Member Functions | |
| def | __init__ (self, parent=None, *args, **kwargs) |
| def | GetTitle (self) |
| def | Separator (self, parent, title) |
| Creates a simple horizontal separator with title. More... | |
Public Attributes | |
| tree_item | |
Static Public Attributes | |
| tuple | location = ("Preferences",) |
| string | title = "Preferences" |
Base class for all preference panels used by PreferencesDialog.
Definition at line 26 of file preferences_dialogs.py.
| def robotide.ui.preferences_dialogs.PreferencesPanel.__init__ | ( | self, | |
parent = None, |
|||
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented in robotide.ui.excludes_dialogs.ExcludePreferences, robotide.preferences.saving.SavingPreferences, robotide.preferences.general.DefaultPreferences, robotide.preferences.general.GeneralPreferences, robotide.preferences.editors.TestRunnerPreferences, robotide.preferences.editors.GridEditorPreferences, robotide.preferences.editors.TextEditorPreferences, and robotide.preferences.editors.EditorPreferences.
Definition at line 30 of file preferences_dialogs.py.
| def robotide.ui.preferences_dialogs.PreferencesPanel.GetTitle | ( | self | ) |
Definition at line 40 of file preferences_dialogs.py.
| def robotide.ui.preferences_dialogs.PreferencesPanel.Separator | ( | self, | |
| parent, | |||
| title | |||
| ) |
Creates a simple horizontal separator with title.
Definition at line 44 of file preferences_dialogs.py.
|
static |
Definition at line 27 of file preferences_dialogs.py.
|
static |
Definition at line 28 of file preferences_dialogs.py.
| robotide.ui.preferences_dialogs.PreferencesPanel.tree_item |
Definition at line 31 of file preferences_dialogs.py.