SymbolEditor: Difference between revisions

    From KDE UserBase Wiki
    m (Add the translation tags)
    Line 1: Line 1:
    <languages/>
    <translate>
    {|class="tablecenter vertical-centered" style="text-align: center"
    {|class="tablecenter vertical-centered" style="text-align: center"
    |[[Image:symboleditor.png|250px|thumb]]||'''QPainterPath symbol library creator'''
    |[[Image:symboleditor.png|250px|thumb]]||'''QPainterPath symbol library creator'''
    |}
    |}


    == Introduction ==


    == Introduction ==
    SymbolEditor is a program that can create libraries of QPainterPath objects with hints on how to render them.  It was originally designed to create symbol libraries for the [[Special:myLanguage/KXStitch|KXStitch]] application, but other applications using similar functionality could also make use of them. For information on the file format see [http://techbase.kde.org/User:Sallewell/SymbolEditor_File_Format this page].
    SymbolEditor is a program that can create libraries of QPainterPath objects with hints on how to render them.  It was originally designed to create symbol libraries for the [[Special:myLanguage/KXStitch|KXStitch]] application, but other applications using similar functionality could also make use of them. For information on the file format see [http://techbase.kde.org/User:Sallewell/SymbolEditor_File_Format this page].


    Line 12: Line 15:


    == Manual ==
    == Manual ==
    A user manual is available [http://kxstitch.sourceforge.net/doxygen-SymbolEditor/html/index.html here].
    A user manual is available [http://kxstitch.sourceforge.net/doxygen-SymbolEditor/html/index.html here].


    == Screenshots ==
    == Screenshots ==
    {|class="tablecenter"
    {|class="tablecenter"
    |[[Image:symbollibrary.png|250px|center|A symbol library example]]||[[Image:symbolediting.png|250px|center|Editing a symbol]]
    |[[Image:symbollibrary.png|250px|center|A symbol library example]]||[[Image:symbolediting.png|250px|center|Editing a symbol]]
    Line 20: Line 25:


    == Download ==
    == Download ==
    RPMs are available for OpenSuSE, Fedora and CentOS on the [http://build.opensuse.org/package/show/home:sallewell/SymbolEditor OpenSuSE Build Service]
    RPMs are available for OpenSuSE, Fedora and CentOS on the [http://build.opensuse.org/package/show/home:sallewell/SymbolEditor OpenSuSE Build Service]


    Line 25: Line 31:


    [[Category:Graphics]]
    [[Category:Graphics]]
    </translate>

    Revision as of 12:26, 7 June 2014

    Other languages:
    QPainterPath symbol library creator

    Introduction

    SymbolEditor is a program that can create libraries of QPainterPath objects with hints on how to render them. It was originally designed to create symbol libraries for the KXStitch application, but other applications using similar functionality could also make use of them. For information on the file format see this page.

    There are a number of tools to aid the designing of symbols, including lines, bezier curves, rectangle and ellipse. Text characters can be selected from any font and the symbols can be mirrored or rotated. Symbols can be filled or unfilled, the line end type and joining style can be changed and the line thickness can be varied.

    For more information see the Qt QPainterPath documentation.

    Manual

    A user manual is available here.

    Screenshots

    A symbol library example
    A symbol library example
    Editing a symbol
    Editing a symbol

    Download

    RPMs are available for OpenSuSE, Fedora and CentOS on the OpenSuSE Build Service

    Source code is available here