caiofattori / PyPFSDesign

Design tool for Production Flow Schema in PyQt
MIT License
0 stars 0 forks source link

Implementing a generic graphic element #1

Open caiofattori opened 6 years ago

caiofattori commented 6 years ago

Implementing a generic element extending the QGraphicsItem class that receives and stores id (used on file write), initial positon x,y.

caiofattori commented 6 years ago

Must implement also a generic node element that extends this generic element.

the reason is a specification from petri net elements.