--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricSqueezeLabels.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricSqueezeLabels.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,20 +7,18 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricWidgets.EricSqueezeLabels</h1> - <p> Module implementing labels that squeeze their contents to fit the size of the label. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#EricSqueezeLabel">EricSqueezeLabel</a></td> <td>Class implementing a label that squeezes its contents to fit its size.</td> @@ -30,35 +28,34 @@ <td>Class implementing a label showing a file path compacted to fit its size.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="EricSqueezeLabel" ID="EricSqueezeLabel"></a> <h2>EricSqueezeLabel</h2> - <p> Class implementing a label that squeezes its contents to fit its size. </p> + <h3>Derived from</h3> QLabel <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="#EricSqueezeLabel.__init__">EricSqueezeLabel</a></td> <td>Constructor</td> @@ -72,19 +69,20 @@ <td>Public method to set the label's text.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricSqueezeLabel.__init__" ID="EricSqueezeLabel.__init__"></a> <h4>EricSqueezeLabel (Constructor)</h4> <b>EricSqueezeLabel</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -95,10 +93,10 @@ <a NAME="EricSqueezeLabel.paintEvent" ID="EricSqueezeLabel.paintEvent"></a> <h4>EricSqueezeLabel.paintEvent</h4> <b>paintEvent</b>(<i>event</i>) - <p> Protected method called when some painting is required. </p> + <dl> <dt><i>event</i> (QPaintEvent)</dt> @@ -109,10 +107,10 @@ <a NAME="EricSqueezeLabel.setText" ID="EricSqueezeLabel.setText"></a> <h4>EricSqueezeLabel.setText</h4> <b>setText</b>(<i>txt</i>) - <p> Public method to set the label's text. </p> + <dl> <dt><i>txt</i> (str)</dt> @@ -125,26 +123,24 @@ <hr /> <a NAME="EricSqueezeLabelPath" ID="EricSqueezeLabelPath"></a> <h2>EricSqueezeLabelPath</h2> - <p> Class implementing a label showing a file path compacted to fit its size. </p> + <h3>Derived from</h3> QLabel <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="#EricSqueezeLabelPath.__init__">EricSqueezeLabelPath</a></td> <td>Constructor</td> @@ -170,19 +166,20 @@ <td>Public method to set the surrounding and the path of the label.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricSqueezeLabelPath.__init__" ID="EricSqueezeLabelPath.__init__"></a> <h4>EricSqueezeLabelPath (Constructor)</h4> <b>EricSqueezeLabelPath</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -193,10 +190,10 @@ <a NAME="EricSqueezeLabelPath.length" ID="EricSqueezeLabelPath.length"></a> <h4>EricSqueezeLabelPath.length</h4> <b>length</b>(<i>txt</i>) - <p> Public method to return the length of a text in pixels. </p> + <dl> <dt><i>txt</i> (str)</dt> @@ -219,10 +216,10 @@ <a NAME="EricSqueezeLabelPath.paintEvent" ID="EricSqueezeLabelPath.paintEvent"></a> <h4>EricSqueezeLabelPath.paintEvent</h4> <b>paintEvent</b>(<i>event</i>) - <p> Protected method called when some painting is required. </p> + <dl> <dt><i>event</i> (QPaintEvent)</dt> @@ -233,10 +230,10 @@ <a NAME="EricSqueezeLabelPath.setPath" ID="EricSqueezeLabelPath.setPath"></a> <h4>EricSqueezeLabelPath.setPath</h4> <b>setPath</b>(<i>path</i>) - <p> Public method to set the path of the label. </p> + <dl> <dt><i>path</i> (str)</dt> @@ -247,10 +244,10 @@ <a NAME="EricSqueezeLabelPath.setSurrounding" ID="EricSqueezeLabelPath.setSurrounding"></a> <h4>EricSqueezeLabelPath.setSurrounding</h4> <b>setSurrounding</b>(<i>surrounding</i>) - <p> Public method to set the surrounding of the path string. </p> + <dl> <dt><i>surrounding</i> (str)</dt> @@ -261,10 +258,10 @@ <a NAME="EricSqueezeLabelPath.setTextPath" ID="EricSqueezeLabelPath.setTextPath"></a> <h4>EricSqueezeLabelPath.setTextPath</h4> <b>setTextPath</b>(<i>surrounding, path</i>) - <p> Public method to set the surrounding and the path of the label. </p> + <dl> <dt><i>surrounding</i> (str)</dt> @@ -278,4 +275,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>