Added sample_export.png
This commit is contained in:
parent
7e22602b57
commit
711dde51a7
|
@ -1,7 +1,7 @@
|
||||||
# Entity-Relation Mapping Editor
|
# Entity-Relation Mapping Editor
|
||||||
A simple UI for editing entity-relation mapping diagrams.
|
A simple UI for editing entity-relation mapping diagrams.
|
||||||
|
|
||||||
|
![window screenshot](https://raw.githubusercontent.com/andrewlalis/EntityRelationMappingEditor/main/design/main_interface.PNG)
|
||||||
|
|
||||||
## How to Use
|
## How to Use
|
||||||
The interface and menus should be pretty self-explanatory, but here are some tips to get you started:
|
The interface and menus should be pretty self-explanatory, but here are some tips to get you started:
|
||||||
|
@ -10,3 +10,8 @@ The interface and menus should be pretty self-explanatory, but here are some tip
|
||||||
* Drag the relations to move them around in the window.
|
* Drag the relations to move them around in the window.
|
||||||
* Right-click on different areas to access context menus with some helpful actions.
|
* Right-click on different areas to access context menus with some helpful actions.
|
||||||
* When exporting the model to an image, be sure to add the desired image file extension (`.png`, `.jpg`, `.bmp`, etc.), or the application will default to `.png`.
|
* When exporting the model to an image, be sure to add the desired image file extension (`.png`, `.jpg`, `.bmp`, etc.), or the application will default to `.png`.
|
||||||
|
|
||||||
|
## Sample Exported Image
|
||||||
|
Here's a sample of an exported diagram.
|
||||||
|
|
||||||
|
![sample diagram export](https://raw.githubusercontent.com/andrewlalis/EntityRelationMappingEditor/main/design/sample_export.png)
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue