Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
*.user
*-build-*
*.qm
build
*.o
*.cpp
*.h
.qmake.stash
plantumlqeditor
Makefile
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ If you want to save a specific image, export it via the File menu or using the C
The editor also supports an assistant that allows easy insertion of code snippets into the editor. The assistant is defined by a simple XML and a bunch of icons, one for each snippet.

![main window](docs/mainwindow.png?raw=true "Main Window")


Ubuntu installation


```
sudo apt install cmake libqt5svg5-dev
./generate_icons.py
cmake --build .
```
Loading