Houdini 20.0 Python scripting hou hou.qt

hou.qt.editList HOM function

Returns an edited string list.

editList(string_list, window_title="Edit list", top_message="", bottom_message="", editing_allowed=True, add_remove_allowed=True, reorder_allowed=True, empty_string_allowed=True, initial_string="") list

Opens a ListEditor widget as a dialog window, waits for the user to finish editing, then returns the edited string list.

hou.qt