SymbolEditor: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 2: Line 2:


{|class="tablecenter vertical-centered" style="text-align: center"
{|class="tablecenter vertical-centered" style="text-align: center"
|[[Image:symboleditor.png|350px|thumb]]||'''QPainterPath symbol library creator'''
|[[Image:symboleditor.png|250px|thumb]]||'''QPainterPath symbol library creator'''
|}
|}


Line 14: Line 14:


== Manual ==
== Manual ==
A user manual is available here.
A user manual is available [http://kxstitch.sourceforge.net/doxygen-SymbolEditor/html/index.html here].
 
== Screenshots ==
{|class="tablecenter" style="border: 1px solid grey;"
|[[Image:symbollibrary.png|250px|center|A symbol library example]]||[[Image:symbolediting.png|250px|center|Editing a symbol]]
|}


== Download ==
== Download ==

Revision as of 21:03, 25 May 2014

Under Construction

This is a new page, currently under construction!


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.

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