QNodeEditor.widgets.value_box.PopupLineEdit#

class QNodeEditor.widgets.value_box.PopupLineEdit#

Bases: QLineEdit

Line edit that closes when it loses focus.

This class should not be used. It is automatically instantiated in a ValueBox.

Properties

closed()

Signal that is emitted when the line edit has closed

Methods

focusOutEvent

Close the line edit when it loses focus.

keyPressEvent

Close the line edit if Enter or Escape is pressed.

__init__(*args, **kwargs)#
closed: Signal#

Signal that is emitted when the line edit has closed

Type:

Signal