Searched refs:lineCap (Results 1 – 3 of 3) sorted by relevance
241 property var lineCap: miterValue()
177 …the dash with camel case for technical reasons (i.e. \b line-cap will be translated to \b lineCap).265 property var lineCap: "round"
1326 const QVariant lineCap = p->property("lineCap"); in updateLineStyleParameter() local1327 … m_d->m_penCapStyle = lineCap.value<Qt::PenCapStyle>(); // if invalid, will return 0 == FlatCap in updateLineStyleParameter()