p.setPen( QPen( Qt::black, 6) ); p.drawPath( path ); p.setPen( QPen( Qt::white, 3) ); p.drawPath( path );