Documentation/Source/eric6.Helpviewer.QtHelpDocumentationSelectionDialog.html

Tue, 11 Oct 2016 19:04:22 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 11 Oct 2016 19:04:22 +0200
changeset 5227
5bffd1a6741f
child 5393
9db3fd0b1c72
permissions
-rw-r--r--

Added a dialog to select QtHelp documents provided by plug-ins for installation.

<!DOCTYPE html>
<html><head>
<title>eric6.Helpviewer.QtHelpDocumentationSelectionDialog</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body><a NAME="top" ID="top"></a>
<h1>eric6.Helpviewer.QtHelpDocumentationSelectionDialog</h1>
<p>
Module implementing a dialog to select QtHelp documentation sets to be
installed.
</p>
<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>
<table>
<tr>
<td><a href="#QtHelpDocumentationSelectionDialog">QtHelpDocumentationSelectionDialog</a></td>
<td>Class implementing a dialog to select QtHelp documentation sets to be installed.</td>
</tr>
</table>
<h3>Functions</h3>
<table>
<tr><td>None</td></tr>
</table>
<hr /><hr />
<a NAME="QtHelpDocumentationSelectionDialog" ID="QtHelpDocumentationSelectionDialog"></a>
<h2>QtHelpDocumentationSelectionDialog</h2>
<p>
    Class implementing a dialog to select QtHelp documentation sets to be
    installed.
</p>
<h3>Derived from</h3>
QDialog, Ui_QtHelpDocumentationSelectionDialog
<h3>Class Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>
<table>
<tr>
<td><a href="#QtHelpDocumentationSelectionDialog.__init__">QtHelpDocumentationSelectionDialog</a></td>
<td>Constructor</td>
</tr><tr>
<td><a href="#QtHelpDocumentationSelectionDialog.getData">getData</a></td>
<td>Public method to retrieve the selected help documents.</td>
</tr>
</table>
<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<a NAME="QtHelpDocumentationSelectionDialog.__init__" ID="QtHelpDocumentationSelectionDialog.__init__"></a>
<h4>QtHelpDocumentationSelectionDialog (Constructor)</h4>
<b>QtHelpDocumentationSelectionDialog</b>(<i>helpDocuments, parent=None</i>)
<p>
        Constructor
</p><dl>
<dt><i>helpDocuments</i> (dict of lists of str)</dt>
<dd>
dictionary containing the lists of help documents
            to be shown
</dd><dt><i>parent</i> (QWidget)</dt>
<dd>
reference to the parent widget
</dd>
</dl><a NAME="QtHelpDocumentationSelectionDialog.getData" ID="QtHelpDocumentationSelectionDialog.getData"></a>
<h4>QtHelpDocumentationSelectionDialog.getData</h4>
<b>getData</b>(<i></i>)
<p>
        Public method to retrieve the selected help documents.
</p><dl>
<dt>Returns:</dt>
<dd>
list of QtHelp documentation sets to be installed
</dd>
</dl><dl>
<dt>Return Type:</dt>
<dd>
list of str
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial