QNodeEditor.widgets.combo_box#

Module containing custom combo box for selection inputs

Classes

ComboBox(name, *args, theme, **kwargs)

Widget with a combo box that allows selection of predefined options.

PopupItemDelegate(box, *args, theme, **kwargs)

Custom item delegate used in combo box drop-down menu.