src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ConfigurationPageBase.html

branch
eric7
changeset 10428
a071d4065202
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ConfigurationPageBase.html	Wed Dec 20 11:06:38 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ConfigurationPageBase.html	Wed Dec 20 14:58:58 2023 +0100
@@ -131,26 +131,25 @@
 </p>
 <dl>
 
-<dt><i>colourKey</i></dt>
+<dt><i>colourKey</i> (string)</dt>
 <dd>
-key of the colour resource (string)
+key of the colour resource
 </dd>
-<dt><i>button</i></dt>
+<dt><i>button</i> (QPushButton)</dt>
 <dd>
-reference to a button to show the colour on (QPushButton)
+reference to a button to show the colour on
 </dd>
-<dt><i>prefMethod</i></dt>
+<dt><i>prefMethod</i> (function)</dt>
 <dd>
 preferences method to get the colour
 </dd>
-<dt><i>byName</i></dt>
+<dt><i>byName</i> (bool)</dt>
 <dd>
 flag indicating to retrieve/save by colour name
-            (boolean)
 </dd>
-<dt><i>hasAlpha</i></dt>
+<dt><i>hasAlpha</i> (bool)</dt>
 <dd>
-flag indicating to allow alpha channel (boolean)
+flag indicating to allow alpha channel
 </dd>
 </dl>
 <a NAME="ConfigurationPageBase.polishPage" ID="ConfigurationPageBase.polishPage"></a>
@@ -169,7 +168,7 @@
 </p>
 <dl>
 
-<dt><i>prefMethod</i></dt>
+<dt><i>prefMethod</i> (function)</dt>
 <dd>
 preferences method to set the colour
 </dd>
@@ -190,29 +189,34 @@
 </p>
 <dl>
 
-<dt><i>fontSample</i></dt>
+<dt><i>fontSample</i> (QLineEdit)</dt>
 <dd>
-reference to the font sample widget (QLineEdit)
+reference to the font sample widget
 </dd>
-<dt><i>fontVar</i></dt>
+<dt><i>fontVar</i> (QFont)</dt>
 <dd>
-reference to the variable containing the font (QFont)
+reference to the variable containing the font
 </dd>
-<dt><i>showFontInfo</i></dt>
+<dt><i>showFontInfo</i> (bool)</dt>
 <dd>
 flag indicating to show some font info
-            as the sample (boolean)
+            as the sample
 </dd>
-<dt><i>options</i></dt>
+<dt><i>options</i> (QFontDialog.FontDialogOption)</dt>
 <dd>
 options for the font dialog
-            (QFontDialog.FontDialogOption)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-selected font (QFont)
+selected font
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QFont
 </dd>
 </dl>
 <a NAME="ConfigurationPageBase.setState" ID="ConfigurationPageBase.setState"></a>
@@ -224,7 +228,7 @@
 </p>
 <dl>
 
-<dt><i>state</i></dt>
+<dt><i>state</i> (list)</dt>
 <dd>
 state data generated by saveState
 </dd>

eric ide

mercurial