mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-10 10:19:59 +01:00
Add widget combobox line weight to element editor
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2660 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -38,9 +38,12 @@ class CustomElementGraphicPart : public CustomElementPart {
|
||||
|
||||
/// This enum lists the various line weights available to draw primitives.
|
||||
enum LineWeight {
|
||||
NormalWeight, ///< Normal line
|
||||
NoneWeight, ///< Invisible line
|
||||
ThinWeight, ///< Thin line
|
||||
NoneWeight ///< Invisible line
|
||||
NormalWeight, ///< Normal line 1px
|
||||
UltraWeight, ///< Normal line 2px
|
||||
BigWeight ///< Big Line
|
||||
|
||||
};
|
||||
|
||||
/// This enum lists the various filling colors available to draw primitives.
|
||||
|
||||
Reference in New Issue
Block a user