6.85. umbra.ui.widgets.search_QLineEdit

search_QLineEdit.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the Search_QLineEdit class.

Others:

6.85.1. Module Attributes

umbra.ui.widgets.search_QLineEdit.LOGGER

6.85.2. Classes

class umbra.ui.widgets.search_QLineEdit.Search_QLineEdit(parent=None, uiSearchImage=None, uiSearchClickedImage=None, uiClearImage=None, uiClearClickedImage=None)[source]

Bases: PyQt4.QtGui.QLineEdit

This class is a QLineEdit subclass providing a search field with clearing capabilities.

Parameters:
  • parent – Widget parent. ( QObject )
  • uiSearchImage – Search button image path. ( String )
  • uiSearchClickedImage – Search button clicked image path. ( String )
  • uiClearImage – Clear button image path. ( String )
  • uiClearClickedImage – Clear button clicked image path. ( String )
uiSearchImage[source]

This method is the property for self.__uiSearchImage attribute.

Returns:self.__uiSearchImage. ( String )
uiSearchClickedImage[source]

This method is the property for self.__uiSearchClickedImage attribute.

Returns:self.__uiSearchClickedImage. ( String )
uiClearImage[source]

This method is the property for self.__uiClearImage attribute.

Returns:self.__uiClearImage. ( String )
uiClearClickedImage[source]

This method is the property for self.__uiClearClickedImage attribute.

Returns:self.__uiClearClickedImage. ( String )
searchActiveLabel[source]

This method is the property for self.__searchActiveLabel attribute.

Returns:self.__searchActiveLabel. ( QPushButton )
clearButton[source]

This method is the property for self.__clearButton attribute.

Returns:self.__clearButton. ( QPushButton )
completer[source]

This method is the property for self.__completer attribute.

Returns:self.__completer. ( QCompleter )
completerVisibleItemsCount[source]

This method is the property for self.__completerVisibleItemsCount attribute.

Returns:self.__completerVisibleItemsCount. ( Integer )
resizeEvent(event)[source]

This method reimplements the QLineEdit.QResizeEvent() method.

Parameters:event – Resize event. ( QResizeEvent )

Table Of Contents

Previous topic

6.84. umbra.ui.widgets.notification_QLabel

Next topic

6.86. umbra.ui.widgets.variable_QPushButton

This Page