This line edit field has a button to invoke a file chooser within the text field at the right.
This is a specialization of QLineEdit and inherits all signals, slots and methods from that widget.
Methods ¶
__init__(icon = None, parent = None)
Create and return a new FileLineEdit widget.
icon
A QIcon to be shown in front of the text within the text box. If left unspecified then “BUTTONS_search” will be shown.
__init__(iconname, parent = None)
Create and return a new FileLineEdit widget.
iconname
A houdini icon name to be shown in front of the text within the text box. “BUTTONS_filter” should be used when this field will be used as a filter rather than a search.