[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2705
Author: scorpio810
Date: 2014-01-04 17:27:07 +0100 (Sat, 04 Jan 2014)
Log Message:
-----------
test
Modified Paths:
--------------
trunk/sources/qetgraphicsitem/diagramimageitem.cpp
Modified: trunk/sources/qetgraphicsitem/diagramimageitem.cpp
===================================================================
--- trunk/sources/qetgraphicsitem/diagramimageitem.cpp 2014-01-04 07:25:38 UTC (rev 2704)
+++ trunk/sources/qetgraphicsitem/diagramimageitem.cpp 2014-01-04 16:27:07 UTC (rev 2705)
@@ -72,7 +72,7 @@
painter -> setRenderHint(QPainter::Antialiasing, false);
painter -> setRenderHint(QPainter::TextAntialiasing, false);
painter -> setRenderHint(QPainter::SmoothPixmapTransform, false);
- // Dessin du cadre de selection en noir a partir du boundingrect
+ // Dessin du cadre de selection en noir à partir du boundingrect
QPen t(Qt::black);
t.setStyle(Qt::DashLine);
painter -> setPen(t);