mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-24 14:49:58 +02:00
Add basic color line in symbol editor
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2187 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -55,7 +55,10 @@ class CustomElementGraphicPart : public CustomElementPart {
|
||||
/// This enum lists the various line colors available to draw primitives.
|
||||
enum Color {
|
||||
BlackColor, ///< Black line
|
||||
WhiteColor ///< White line
|
||||
WhiteColor, ///< White line
|
||||
GreenColor, ///< Green line
|
||||
RedColor, ///< Red line
|
||||
BlueColor ///< Blue line
|
||||
};
|
||||
|
||||
// constructors, destructor
|
||||
|
||||
Reference in New Issue
Block a user