SymbolEditor/uk: Difference between revisions
(Created page with "{|class="tablecenter vertical-centered" style="text-align: center" |250px|thumb||'''Програма для створення бібліотек п...") |
(Created page with "== Вступ ==") |
||
Line 5: | Line 5: | ||
|} | |} | ||
== | == Вступ == | ||
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]. |
Revision as of 12:28, 7 June 2014
Програма для створення бібліотек позначок схем вишивання у форматі QPainterPath |
Вступ
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
Download
RPMs are available for OpenSuSE, Fedora and CentOS on the OpenSuSE Build Service
Source code is available here