ConstraintItemDelegate class

Special delegate for the constraint view in the metadata wizard.

Constructors, destructors, conversion operators

ConstraintItemDelegate(QObject* parent = nullptr) explicit
ConstraintItemDelegate constructor.

Public functions

auto createEditor(QWidget* parent, const QStyleOptionViewItem& option, const QModelIndex& index) const -> QWidget* override
Create a special editor with a QCombobox in the constraint view.

Function documentation

ConstraintItemDelegate::ConstraintItemDelegate(QObject* parent = nullptr) explicit

ConstraintItemDelegate constructor.

Parameters
parent