1 #ifndef PROJECTCOMBODELEGATE_H
2 #define PROJECTCOMBODELEGATE_H
4 #include "models/project.h"
5 #include "gui/widgets/delegates/comboboxdelegate.h"
34 const QStyleOptionViewItem &option,
35 const QModelIndex &index)
const;
45 void paint(QPainter *painter,
46 const QStyleOptionViewItem &option,
47 const QModelIndex &index)
const;
77 QMap<int, Models::Project> _projects;
79 QList<int> _removeInCombo;
85 #endif // PROJECTCOMBODELEGATE_H