Mercurial > hg > svgui
comparison widgets/LevelPanWidget.cpp @ 938:2564d0865feb tonioni
Signal/slot compatibility fixes
author | Chris Cannam |
---|---|
date | Mon, 30 Mar 2015 17:27:44 +0100 |
parents | 37bb4b416c52 |
children | 77110abca8a1 |
comparison
equal
deleted
inserted
replaced
937:5a978d540d55 | 938:2564d0865feb |
---|---|
264 paint.setRenderHint(QPainter::Antialiasing, true); | 264 paint.setRenderHint(QPainter::Antialiasing, true); |
265 | 265 |
266 QPen pen; | 266 QPen pen; |
267 | 267 |
268 double thin = thinLineWidth(rect); | 268 double thin = thinLineWidth(rect); |
269 | 269 |
270 pen.setColor(QColor(127, 127, 127, 127)); | 270 pen.setColor(QColor(127, 127, 127, 127)); |
271 pen.setWidthF(cellLightSize(rect).width() + thin); | 271 pen.setWidthF(cellLightSize(rect).width() + thin); |
272 pen.setCapStyle(Qt::RoundCap); | 272 pen.setCapStyle(Qt::RoundCap); |
273 paint.setPen(pen); | 273 paint.setPen(pen); |
274 | 274 |