Commit f4ed3c86f92d00b744bd56608c518544ce34f258
- Diff rendering mode:
- inline
- side by side
src/ActivityDelegate.cpp
(1 / 0)
|   | |||
| 64 | 64 | ||
| 65 | 65 | void ActivityDelegate::paint ( QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index ) const | |
| 66 | 66 | { | |
| 67 | Q_UNUSED( index ); | ||
| 67 | 68 | // We need to paint the hovered/selected background | |
| 68 | 69 | QStyleOptionViewItemV4 opt = option; | |
| 69 | 70 | itemView()->style()->drawPrimitive(QStyle::PE_PanelItemViewItem, &opt, painter, 0); |
Comments
Add your comment
Please log in to comment



Add a new comment:
Login or create an account to post a comment