Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunderme/qdia
Simple schematic/diagram editor
https://github.com/sunderme/qdia
diagram editor graphical qt schematic
Last synced: 4 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T16:23:53.000Z (over 1 year ago)
- Last Synced: 2023-08-11T23:25:00.297Z (over 1 year ago)
- Topics: diagram, editor, graphical, qt, schematic
- Language: C++
- Homepage:
- Size: 846 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- 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.## Screenshots
## used code
Icons by Breeze Theme
QColorPicker by Dmitry Ivanov (MIT license, https://github.com/d1vanov/qt-color-picker-tool-button)