21#ifndef LIBRARYPLUGINCOMBOBOXDELEGATE_H
22#define LIBRARYPLUGINCOMBOBOXDELEGATE_H
24#include "Gui/Utils/Delegates/ComboBoxDelegate.h"
34 QWidget* mParent =
nullptr;
41 void paint(QPainter* painter,
const QStyleOptionViewItem& option,
const QModelIndex& index)
const override;
42 QSize sizeHint(
const QStyleOptionViewItem& option,
const QModelIndex& index)
const override;
Definition ComboBoxDelegate.h:30
Definition LibraryPluginComboBoxDelegate.h:30