Skip to content

DiagramTool V0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@parisa-hr parisa-hr released this 28 Dec 22:16
· 9 commits to main since this release

DiagramTool is a Qt-based Software for drawing Unified Modeling Language (UML) diagrams.

This software is able to draw the following diagrams:

  1. UseCase
  2. Activity
  3. Class
  4. Component
  5. Deployment
  6. Relations
  7. Sequense

The Main Menu:

demo

By selecting each chart by the user, the page related to drawing that chart is displayed to the user.

For Example In UseCase:
demo

Each diagram that the user choose has these options:

  1. Undo & Redo
  2. Print
  3. Export PDF, SVG, and PNG
  4. Show GridView
  5. Back to the main menu by Home button
  6. Add Text
  7. Bold, Italic, and Underline Text
  8. Change Text's Font
  9. Change Text's Font Size
  10. Change color of Diagram's Items
  11. Pan
  12. Bring to front & Send to back
  13. Remove and Delete Item
  14. ZoomIn and ZoomOut by mouse

Note: This Release was developed with Qt 5.14.0.