Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vitality82 committed Jan 6, 2015
1 parent 90d0204 commit f050741
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
QIV
===

QIV is simply a Quick Image Viewer based od Qt (build with Qt v5.3.2) on Windows.
It has some basic features and is easy for integration with Qt Designer (drop GraphicsView widget and promote to ImgViewer)
QIV is simply a Quick Image Viewer based od Qt (build with Qt v5.3.2) on Windows. It was part of a custom DMS project I build which required an internal viewer for Hi-res scanned documents (instant loading of large images and fast zooming on mouse scroll). It has some basic features and is easy for integration with Qt Designer (drop GraphicsView widget and promote to ImgViewer)

Features:
===

- based on QGraphicsView
- Zooming on Mouse scroll (hand drag scrolls image)
- based on QGraphicsView (easy integration)
- Zooming with mouse scroll (zooms under mouse position).
- No scrollbars (hand drag)
- Fit to Window
- Rotation (clockwise and counter clockwise)
- Save as..
- Print
- Clear
- Clear viewer
- Save as..

Credits:
===

Icons in the Toolbar belong to: Farm-Fresh iconpack by FatCow: http://www.fatcow/free-icon
Released under CC-BY 3.0 License: http://creativecommons.org/licenses/by/3.0/us/

Screenshots:
===

![alt text](https://github.com/vitality82/QIV/blob/master/Screenshots/scr1.jpg)

0 comments on commit f050741

Please sign in to comment.