eric6.Helpviewer.QtHelpDocumentationSelectionDialog

Module implementing a dialog to select QtHelp documentation sets to be installed.

Global Attributes

None

Classes

QtHelpDocumentationSelectionDialog Class implementing a dialog to select QtHelp documentation sets to be installed.

Functions

None


QtHelpDocumentationSelectionDialog

Class implementing a dialog to select QtHelp documentation sets to be installed.

Derived from

QDialog, Ui_QtHelpDocumentationSelectionDialog

Class Attributes

None

Class Methods

None

Methods

QtHelpDocumentationSelectionDialog Constructor
getData Public method to retrieve the selected help documents.

Static Methods

None

QtHelpDocumentationSelectionDialog (Constructor)

QtHelpDocumentationSelectionDialog(helpDocuments, parent=None)

Constructor

helpDocuments (dict of lists of str)
dictionary containing the lists of help documents to be shown
parent (QWidget)
reference to the parent widget

QtHelpDocumentationSelectionDialog.getData

getData()

Public method to retrieve the selected help documents.

Returns:
list of QtHelp documentation sets to be installed
Return Type:
list of str
Up