Skip to content

Commit b3b2eda

Browse files
committed
[examples] Add Image Viewer readme and screenshots.
1 parent 3b8d394 commit b3b2eda

7 files changed

+23
-0
lines changed

examples/imageviewer/README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Image Viewer Example Application ##
2+
3+
This is a simple but fully functional image viewer application with a "gallery view" page
4+
and another for viewing a full size image with adjustable scaling, rotation, and zoom factors.
5+
This example is primarily meant to demonstrate usage of the [StackOverlayLayout][1].
6+
7+
![Gallery view folder loaded](doc/imageviewer-grid_loaded.jpg)
8+
![Full image view with info overlay](doc/imageviewer-image_info.jpg)
9+
![Gallery with alternate theme](doc/imageviewer-grid_alt.jpg)
10+
![Full image view with alternate theme](doc/imageviewer-image_alt.jpg)
11+
![Gallery with info overlay](doc/imageviewer-grid_infobox.jpg)
12+
![Full image with left toolbar](doc/imageviewer-image_tbleft.jpg)
13+
14+
[1]: https://mpaperno.github.io/maxLibQt/class_overlay_stack_layout.html#details
15+
16+
-------------
17+
Copyright (c)2019 Maxim Paperno. All rights reserved.
18+
This example is part of the maxLibQt project and is governed by
19+
the same licensing.
20+
21+
This program is distributed in the hope that it will be useful,
22+
but WITHOUT ANY WARRANTY; without even the implied warranty of
23+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)