- Timestamp:
- 07/24/11 16:12:00 (12 years ago)
- Branches:
- master, qt5
- Children:
- 855c985
- Parents:
- a6f4f3d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/daynavigatorwidget.cpp
ra6f4f3d rc7da828 120 120 QPainter painter(this); 121 121 painter.save(); 122 QRect q(y()-height() , x(), height(), width());122 QRect q(y()-height()+16, x(), height(), width()); // today icon size = 32x32 123 123 painter.rotate(270); 124 124 painter.drawText(q, Qt::AlignCenter, selectedDateStr);
Note: See TracChangeset
for help on using the changeset viewer.