search_QLineEdit.py
Others:
Bases: PyQt4.QtGui.QLineEdit
This class is a QLineEdit subclass providing a search field with clearing capabilities.
| Parameters: |
|
|---|
This method is the property for self.__uiSearchImage attribute.
| Returns: | self.__uiSearchImage. ( String ) |
|---|
This method is the property for self.__uiSearchClickedImage attribute.
| Returns: | self.__uiSearchClickedImage. ( String ) |
|---|
This method is the property for self.__uiClearImage attribute.
| Returns: | self.__uiClearImage. ( String ) |
|---|
This method is the property for self.__uiClearClickedImage attribute.
| Returns: | self.__uiClearClickedImage. ( String ) |
|---|
This method is the property for self.__searchActiveLabel attribute.
| Returns: | self.__searchActiveLabel. ( QPushButton ) |
|---|
This method is the property for self.__clearButton attribute.
| Returns: | self.__clearButton. ( QPushButton ) |
|---|
This method is the property for self.__completer attribute.
| Returns: | self.__completer. ( QCompleter ) |
|---|