21 #ifndef STYLEDITEMDELEGATE_H 22 #define STYLEDITEMDELEGATE_H 24 #include <QStyledItemDelegate> 36 using QStyledItemDelegate::QStyledItemDelegate;
38 QSize sizeHint(
const QStyleOptionViewItem &option,
39 const QModelIndex &index)
const override;
43 #endif // STYLEDITEMDELEGATE_H The StyledItemDelegate class assures a certain height of rows in a table and tree view...
Definition: StyledItemDelegate.h:33
Definition: AbstractLibrary.h:36