mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Minor
This commit is contained in:
parent
76798341b4
commit
3d6ab1b050
@ -217,8 +217,7 @@ void CustomElementGraphicPart::stylesToXml(QDomElement &qde) const
|
||||
{HTMLYellowYellowFilling, "HTMLYellowYellow"},
|
||||
{HTMLYellowLightYellowFilling, "HTMLYellowLightYellow"},
|
||||
{HTMLYellowLemonChiffonFilling, "HTMLYellowLemonChiffon"},
|
||||
{HTMLYellowLightGoldenrodYellowFilling,
|
||||
"HTMLYellowLightGoldenrodYellow"},
|
||||
{HTMLYellowLightGoldenrodYellowFilling, "HTMLYellowLightGoldenrodYellow"},
|
||||
{HTMLYellowPapayaWhipFilling, "HTMLYellowPapayaWhip"},
|
||||
{HTMLYellowMoccasinFilling, "HTMLYellowMoccasin"},
|
||||
{HTMLYellowPeachPuffFilling, "HTMLYellowPeachPuff"},
|
||||
@ -595,8 +594,7 @@ void CustomElementGraphicPart::stylesFromXml(const QDomElement &qde)
|
||||
{"HTMLYellowYellow", HTMLYellowYellowFilling},
|
||||
{"HTMLYellowLightYellow", HTMLYellowLightYellowFilling},
|
||||
{"HTMLYellowLemonChiffon", HTMLYellowLemonChiffonFilling},
|
||||
{"HTMLYellowLightGoldenrodYellow",
|
||||
HTMLYellowLightGoldenrodYellowFilling},
|
||||
{"HTMLYellowLightGoldenrodYellow", HTMLYellowLightGoldenrodYellowFilling},
|
||||
{"HTMLYellowPapayaWhip", HTMLYellowPapayaWhipFilling},
|
||||
{"HTMLYellowMoccasin", HTMLYellowMoccasinFilling},
|
||||
{"HTMLYellowPeachPuff", HTMLYellowPeachPuffFilling},
|
||||
@ -631,8 +629,7 @@ void CustomElementGraphicPart::stylesFromXml(const QDomElement &qde)
|
||||
{"HTMLGreenChartreuse", HTMLGreenChartreuseFilling},
|
||||
{"HTMLGreenGreenYellow", HTMLGreenGreenYellowFilling},
|
||||
{"HTMLGreenSpringGreen", HTMLGreenSpringGreenFilling},
|
||||
{"HTMLGreenMediumSpringGreen",
|
||||
HTMLGreenMediumSpringGreenFilling},
|
||||
{"HTMLGreenMediumSpringGreen", HTMLGreenMediumSpringGreenFilling},
|
||||
{"HTMLGreenLightGreen", HTMLGreenLightGreenFilling},
|
||||
{"HTMLGreenPaleGreen", HTMLGreenPaleGreenFilling},
|
||||
{"HTMLGreenDarkSeaGreen", HTMLGreenDarkSeaGreenFilling},
|
||||
@ -762,8 +759,7 @@ void CustomElementGraphicPart::stylesFromXml(const QDomElement &qde)
|
||||
{"HTMLYellowYellow", HTMLYellowYellowColor},
|
||||
{"HTMLYellowLightYellow", HTMLYellowLightYellowColor},
|
||||
{"HTMLYellowLemonChiffon", HTMLYellowLemonChiffonColor},
|
||||
{"HTMLYellowLightGoldenrodYellow",
|
||||
HTMLYellowLightGoldenrodYellowColor},
|
||||
{"HTMLYellowLightGoldenrodYellow", HTMLYellowLightGoldenrodYellowColor},
|
||||
{"HTMLYellowPapayaWhip", HTMLYellowPapayaWhipColor},
|
||||
{"HTMLYellowMoccasin", HTMLYellowMoccasinColor},
|
||||
{"HTMLYellowPeachPuff", HTMLYellowPeachPuffColor},
|
||||
|
Loading…
x
Reference in New Issue
Block a user