Module implementing a QTextBrowser widget that resizes automatically.
| None |
| EricAutoResizeTextBrowser | Class implementing a QTextBrowser widget that adjusts its size automatically to the contained text. |
| None |
Class implementing a QTextBrowser widget that adjusts its size automatically to the contained text.
| None |
| None |
| EricAutoResizeTextBrowser | Constructor |
| __copyAllAs | Private method to extract the contained text in the given text format and copy it to the system clipboard. |
| __copySelectionAs | Private method to extract the selected text in the given text format and copy it to the system clipboard. |
| __showContextMenu | Private slot to show the context menu. |
| resizeEvent | Protected method to handle resize events. |
| updateGeometry | Public method to update the geometry depending on the current text. |
| None |
Constructor
Private method to extract the contained text in the given text format and copy it to the system clipboard.
Private method to extract the selected text in the given text format and copy it to the system clipboard.
Private slot to show the context menu.
Protected method to handle resize events.
Public method to update the geometry depending on the current text.