eric7.QtHelpInterface.QtHelpDocumentationConfigurationDialog
Module implementing a dialog to manage the QtHelp documentation database.
Global Attributes
Classes
Functions
QtHelpDocumentationConfigurationDialog
Class implementing a dialog to manage the QtHelp documentation database.
Derived from
QDialog, Ui_QtHelpDocumentationConfigurationDialog
Class Attributes
Class Methods
Methods
Static Methods
QtHelpDocumentationConfigurationDialog (Constructor)
QtHelpDocumentationConfigurationDialog(engine, parent=None)
Constructor
- engine (QHelpEngineCore)
-
reference to the Qt help engine
- parent (QWidget (optional))
-
reference to the parent widget (defaults to None)
QtHelpDocumentationConfigurationDialog.__applyConfiguration
__applyConfiguration()
Private method to apply the current QtHelp documentation configuration.
QtHelpDocumentationConfigurationDialog.__documentationSettingsChanged
__documentationSettingsChanged(settings)
Private slot to handle a change of the QtHelp documentation
configuration.
- settings (QtHelpDocumentationSettings)
-
reference to the documentation settings object
QtHelpDocumentationConfigurationDialog.on_buttonBox_clicked
on_buttonBox_clicked(button)
Private slot called by a button of the button box clicked.
- button (QAbstractButton)
-
button that was clicked