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:
blacksun
2019-04-29 16:41:06 +00:00
parent c49cf8d136
commit cd9a42184f
4 changed files with 32 additions and 6 deletions

View File

@@ -63,7 +63,8 @@ class CrossRefItem : public QGraphicsObject
Power = 8,
DelayOn = 16,
DelayOff = 32,
Delay = 48
DelayOnOff = 64,
Delay = 112
};
QRectF boundingRect () const override;