diff --git a/elements/nomenclatures/grille_composition.elmt b/elements/nomenclatures/grille_composition.elmt new file mode 100644 index 000000000..e41408c90 --- /dev/null +++ b/elements/nomenclatures/grille_composition.elmt @@ -0,0 +1,34 @@ + + + Grid composition + Grille_composition + + Rafart Renaud + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/customelement.cpp b/sources/customelement.cpp index 9f6b35bef..dde9524c1 100644 --- a/sources/customelement.cpp +++ b/sources/customelement.cpp @@ -750,6 +750,7 @@ void CustomElement::setPainterStyle(QDomElement &e, QPainter &qp) { pen.setStyle(Qt::SolidLine); pen.setWidthF(1.0); brush.setStyle(Qt::NoBrush); + pen.setStyle(Qt::DashDotLine); // recupere la liste des couples style / valeur QStringList styles = e.attribute("style").split(";", QString::SkipEmptyParts);