23 #ifndef LIBRARYPLUGINCOMBOBOXDELEGATE_H 24 #define LIBRARYPLUGINCOMBOBOXDELEGATE_H 26 #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;
46 #endif // LIBRARYPLUGINCOMBOBOXDELEGATE_H The ComboBoxDelegate class Set this delegate to ComboBoxes if they should look nice.
Definition: ComboBoxDelegate.h:33
Definition: LibraryPluginComboBoxDelegate.h:28