Definition at line 35 of file tasksetdocker_dock.cpp.
◆ KisTasksetDelegate()
| KisTasksetDelegate::KisTasksetDelegate |
( |
QObject * | parent = 0 | ) |
|
|
inline |
◆ ~KisTasksetDelegate()
| KisTasksetDelegate::~KisTasksetDelegate |
( |
| ) |
|
|
inlineoverride |
◆ sizeHint()
| QSize KisTasksetDelegate::sizeHint |
( |
const QStyleOptionViewItem & | option, |
|
|
const QModelIndex & | index ) const |
|
inlineoverride |
reimplemented
Definition at line 41 of file tasksetdocker_dock.cpp.
41 {
42 return QSize(QStyledItemDelegate::sizeHint(option, index).width(),
43 qMin(QStyledItemDelegate::sizeHint(option, index).width(), 25));
44 }
The documentation for this class was generated from the following file: