Warning, /graphics/symboleditor/doc/symbols.docbook is written in an unsupported language. File is not indexed.
0001 <chapter id="symbols" > 0002 <title>Symbols</title> 0003 <para> 0004 Symbols are created as QPainterPath objects with additional information defining attributes 0005 of the path. A QPainterPath is made up of sub paths such as rectangles, ellipses or chains 0006 of lines and bezier curves. The paths may intersect each other forming complex shapes. 0007 </para> 0008 <para> 0009 The symbol may be filled using either the winding option which will 0010 fill the entire path, or the odd even option which fill alternate 0011 sections of the path. 0012 </para> 0013 <para> 0014 If the path is not filled, the outline will have a defined line width, 0015 end cap type and line join type. 0016 </para> 0017 <para> 0018 See the QPainterPath documentation for more detail. 0019 </para> 0020 </chapter>