src/eric7/Documentation/Source/eric7.Preferences.ProgramsDialog.html

branch
eric7
changeset 10428
a071d4065202
parent 9236
db53a9efe7ef
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Preferences.ProgramsDialog.html	Wed Dec 20 11:06:38 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Preferences.ProgramsDialog.html	Wed Dec 20 14:58:58 2023 +0100
@@ -98,9 +98,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-The parent widget of this dialog. (QWidget)
+The parent widget of this dialog.
 </dd>
 </dl>
 <a NAME="ProgramsDialog.__createEntry" ID="ProgramsDialog.__createEntry"></a>
@@ -112,17 +112,17 @@
 </p>
 <dl>
 
-<dt><i>description</i></dt>
+<dt><i>description</i> (str)</dt>
 <dd>
-descriptive text (string)
+descriptive text
 </dd>
-<dt><i>entryText</i></dt>
+<dt><i>entryText</i> (str)</dt>
 <dd>
-text to show (string)
+text to show
 </dd>
-<dt><i>entryVersion</i></dt>
+<dt><i>entryVersion</i> (str)</dt>
 <dd>
-version string to show (string).
+version string to show
 </dd>
 </dl>
 <a NAME="ProgramsDialog.__createProgramEntry" ID="ProgramsDialog.__createProgramEntry"></a>
@@ -134,54 +134,57 @@
 </p>
 <dl>
 
-<dt><i>description</i></dt>
+<dt><i>description</i> (str)</dt>
 <dd>
-descriptive text (string)
+descriptive text
 </dd>
-<dt><i>exe</i></dt>
+<dt><i>exe</i> (str)</dt>
 <dd>
-name of the executable program (string)
+name of the executable program
 </dd>
-<dt><i>versionCommand</i></dt>
+<dt><i>versionCommand</i> (str)</dt>
 <dd>
-command line switch to get the version info
-            (str). If this is empty, the given version will be shown.
+command line switch to get the version info.
+            If this is empty, the given version will be shown.
 </dd>
-<dt><i>versionStartsWith</i></dt>
+<dt><i>versionStartsWith</i> (str)</dt>
 <dd>
 start of line identifying version info
-            (string)
 </dd>
-<dt><i>versionPosition</i></dt>
+<dt><i>versionPosition</i> (int)</dt>
 <dd>
 index of part containing the version info
-            (integer)
 </dd>
-<dt><i>version</i></dt>
+<dt><i>version</i> (str)</dt>
 <dd>
-version string to show (string)
+version string to show
 </dd>
-<dt><i>versionCleanup</i></dt>
+<dt><i>versionCleanup</i> (tuple of (int, int))</dt>
 <dd>
 tuple of two integers giving string positions
-            start and stop for the version string (tuple of integers)
+            start and stop for the version string
 </dd>
-<dt><i>versionRe</i></dt>
+<dt><i>versionRe</i> (str)</dt>
 <dd>
 regexp to determine the line identifying version
-            info (string). Takes precedence over versionStartsWith.
+            info. Takes precedence over versionStartsWith.
 </dd>
-<dt><i>exeModule</i></dt>
+<dt><i>exeModule</i> (list of str)</dt>
 <dd>
 list of command line parameters to execute a module
             with the program given in exe (e.g. to execute a Python module)
-            (list of str)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-version string of detected or given version (string)
+version string of detected or given version
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="ProgramsDialog.on_buttonBox_clicked" ID="ProgramsDialog.on_buttonBox_clicked"></a>
@@ -193,9 +196,9 @@
 </p>
 <dl>
 
-<dt><i>button</i></dt>
+<dt><i>button</i> (QAbstractButton)</dt>
 <dd>
-button that was clicked (QAbstractButton)
+button that was clicked
 </dd>
 </dl>
 <a NAME="ProgramsDialog.on_programsSearchButton_clicked" ID="ProgramsDialog.on_programsSearchButton_clicked"></a>

eric ide

mercurial