Skip to content

Commit

Permalink
Add screenshot of the example
Browse files Browse the repository at this point in the history
  • Loading branch information
gpospelov committed Jan 28, 2021
1 parent 31b5710 commit 78e723f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Main features of the framework are:
+ Property editors.
+ Flexible layout of Qt's trees and tables.

![alt text](doc/assets/examples-thumb-3.png)
[![User examples](doc/assets/examples-thumb-3.png)](examples/README.md)

## Requirements

Expand All @@ -48,7 +48,7 @@ If you are familiar with Qt's reach example section you might saw
it's funny `collidingmice` example showing basics of
`QGraphicsScene`.

![alt text](doc/assets/colliding-mice-before.png)
![Example collidingmice](doc/assets/colliding-mice-before.png)

To demonstrate the idea behind `qt-mvvm` library the code of the example was
slightly modified. The mice data has been moved into the dedicated model, the
Expand All @@ -58,7 +58,7 @@ session back with saved mice positions. Additionally, it is possible to go back
in time and watch how mice are moving in opposite directions by dragging a
slider:

![alt text](doc/assets/colliding-mice-after.png)
![Example collidingmice](doc/assets/colliding-mice-after.png)

The demo shows that `qt-mvvm` library allows to equip the GUI with the
serialization and undo/redo and to provide proper model/view relations via
Expand Down Expand Up @@ -129,6 +129,9 @@ Particularly, the aforementioned machinery allows having something in the line
of the ancient [Qt property browser
framework](https://doc.qt.io/archives/qq/qq18-propertybrowser.html).

[![Flat editor example](doc/assets/propertyeditor.png)](examples/README.md)


Third library, `libmmv_view.so`, contains few widgets for plotting and property
editing.

Expand Down
Binary file added doc/assets/propertyeditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 78e723f

Please sign in to comment.