Module implementing specialized line edits.
| None | 
| E5ClearableLineEdit | Class implementing a line edit widget showing some inactive text and a clear button, if it has some contents. | 
| E5LineEdit | Class implementing a line edit widget showing some inactive text. | 
| E5LineEditSideWidget | Class implementing the side widgets for the line edit class. | 
| None | 
Class implementing a line edit widget showing some inactive text and a clear button, if it has some contents.
| None | 
| None | 
| E5ClearableLineEdit | Constructor | 
| __textChanged | Private slot to handle changes of the text. | 
| None | 
Constructor
Private slot to handle changes of the text.
Class implementing a line edit widget showing some inactive text.
| LeftSide | 
| RightSide | 
| None | 
| E5LineEdit | Constructor | 
| _updateTextMargins | Protected slot to update the text margins. | 
| addWidget | Public method to add a widget to a side. | 
| event | Public method to handle events. | 
| inactiveText | Public method to get the inactive text. | 
| leftMargin | Public method to get the size of the left margin. | 
| paintEvent | Protected method handling a paint event. | 
| removeWidget | Public method to remove a widget from a side. | 
| setInactiveText | Public method to set the inactive text. | 
| setLeftMargin | Public method to set the left margin. | 
| 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
Protected slot to update the text margins.
Public method to add a widget to a side.
Public method to handle events.
Public method to get the inactive text.
Public method to get the size of the left margin.
Protected method handling a paint event.
Public method to remove a widget from a side.
Public method to set the inactive text.
Public method to set the left margin.
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 | 
| E5LineEditSideWidget | Constructor | 
| event | Public method to handle events. | 
| None | 
Constructor
Public method to handle events.