mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-29 17:29:59 +02:00
Add new slave type : delay on/off
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5848 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -63,7 +63,8 @@ class CrossRefItem : public QGraphicsObject
|
||||
Power = 8,
|
||||
DelayOn = 16,
|
||||
DelayOff = 32,
|
||||
Delay = 48
|
||||
DelayOnOff = 64,
|
||||
Delay = 112
|
||||
};
|
||||
|
||||
QRectF boundingRect () const override;
|
||||
|
||||
Reference in New Issue
Block a user