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:29
Definition: LibraryPluginComboBoxDelegate.h:30
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31