Tagged Questions
3
votes
1answer
234 views
dia python extensions - can you make code that does things based on the diagrams?
While creating some diagrams in Dia using the bpmn sheet I noticed that there's a capability for using python extensions on Dia. They have some examples on their site about doing so.
Dia Project
...
0
votes
1answer
164 views
Displaying & Modifying Diagrams / Flowgraphs in PyQt GUI
Essentially what I would like to do is draw a circuit diagram in a PyQt based on input given from another part of the GUI. My first thought was to simply use graphical tiles, and switch them out as ...
0
votes
1answer
165 views
Any hints on programming Dia with Python extensions?
I'm searching for documentation on how to do it properly. Any hints?