Module implementing specialized line edits.
| None |
| E5LineEdit | Class implementing a line edit widget showing some inactive text. |
| SideWidget | Class implementing the side widgets for the line edit class. |
| None |
Class implementing a line edit widget showing some inactive text.
| LeftSide |
| RightSide |
| None |
| E5LineEdit | Constructor |
| __updateSideWidgetLocations | Private method to update the side widget locations. |
| _updateTextMargins | Protected slot to update the text margins. |
| addWidget | Public method to add a widget to a side. |
| event | Protected method to handle events. |
| inactiveText | Public method to get the inactive text. |
| paintEvent | Protected method handling a paint event. |
| removeWidget | Public method to remove a widget from a side. |
| resizeEvent | Protected method to handle resize events. |
| setInactiveText | Public method to set the inactive text. |
| setWidgetSpacing | Public method to set the side widget spacing. |
| textMargin | Public method to get the text margin for a side. |
| widgetSpacing | Public method to get the side widget spacing. |
| None |
Constructor
Private method to update the side widget locations.
Protected slot to update the text margins.
Public method to add a widget to a side.
Protected method to handle events.
Public method to get the inactive text.
return inactive text (string)
Protected method handling a paint event.
Public method to remove a widget from a side.
Protected method to handle resize events.
Public method to set the inactive text.
Public method to set the side widget spacing.
Public method to get the text margin for a side.
Public method to get the side widget spacing.
Class implementing the side widgets for the line edit class.
| None |
| None |
| SideWidget | Constructor |
| event | Protected method to handle events. |
| None |
Constructor
Protected method to handle events.