- Timestamp:
- 07/13/11 23:43:24 (12 years ago)
- Branches:
- master, qt5
- Children:
- 5a5b1ff
- Parents:
- 84c94b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/delegate.cpp
r84c94b3 r4633b70 112 112 //painter->setBrush( bkgrColor ); 113 113 painter->setBrush(itemGradient); 114 painter->setPen(Qt::NoPen); 115 painter->drawPath(endPath); 114 116 painter->setPen(borderPen); 115 painter->drawPath(endPath);116 117 117 118 painter->setFont(option.font); … … 125 126 126 127 painter->setPen(borderPen); 128 /* 127 129 // vertical lines 128 130 painter->drawLine(option.rect.topLeft(), option.rect.bottomLeft()); 129 131 painter->drawLine(option.rect.topRight(), option.rect.bottomRight()); 132 */ 130 133 // horizontal lines 131 134 painter->drawLine(option.rect.bottomLeft(), option.rect.bottomRight());
Note: See TracChangeset
for help on using the changeset viewer.