PDA

View Full Version : Thicker polygon lines



Johncdy
15th March 2011, 08:52
The program Ive been working on has to deal with making polygon lines, but I need to make the lines very thick, is there an easy way to do this?

MarekR22
15th March 2011, 09:10
painter->setPen(QPen(QBrush(Qt::black), 12.0));