https://github.com/sunderme/qdia
Simple schematic/diagram editor
https://github.com/sunderme/qdia
diagram editor graphical qt schematic
Last synced: 3 months ago
JSON representation
Simple schematic/diagram editor
- Host: GitHub
- URL: https://github.com/sunderme/qdia
- Owner: sunderme
- License: agpl-3.0
- Created: 2022-01-05T09:30:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-28T15:23:25.000Z (4 months ago)
- Last Synced: 2025-12-31T04:15:03.971Z (4 months ago)
- Topics: diagram, editor, graphical, qt, schematic
- Language: C++
- Homepage:
- Size: 730 KB
- Stars: 42
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qdia
Simple schematic/diagram editor with focus on quick diagram generation with high quality graphics.
Inspired by xcircuit.
Initial code based on Qt/Example/diagramscene
Build with cmake and qt6.
## Download
Installer/binaries for windows, OSX and linux can be found under [Releases](https://github.com/sunderme/qdia/releases/)
## Status
The program has reached a useable state.
Creating schematics,loading/saving, exporting and undo/redo work.
[Manual](https://github.com/sunderme/qdia/wiki/Manual)
## Screenshots

## used code
Icons by Breeze Theme
QColorPicker by Dmitry Ivanov (MIT license, https://github.com/d1vanov/qt-color-picker-tool-button)