Skip to content
/ qvv Public
forked from cade-vs/qvv

QVV Image Viewer - Qt-based image browser

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

goetzc/qvv

 
 

Repository files navigation

NAME

QVV -- Qt-based compact image viewer

QVV Screenshot

SYNOPSIS

qvv [image-files...]

QVV will open all images specified at the command line. If started without arguments, will open file browser window.

INSTALL

QVV supports QT 4.x and QT 5.x.

to generate compile Makefile you have to choose appropriate qmake file:

qvv.qt4.pro -- for QT 4.x qvv.qt5.pro -- for QT 5.x

qmake is Qt utility which creates Makefile accordingly to your Qt installation paths and other parameters.

type "qmake qvv.qt4.pro" or "qmake qvv.qt5.pro" and wait for Makefile to be generated.

type 'make' and wait for the 'qvv' binary -- if you don't succeed try use precompiled qvv pack or contact the author.

QVV has no external run-time dependancies.

then take qvv binary and put it somewhere in the $PATH, for example /usr/local/bin/ or /usr/bin/ are fine.

requirements for compile process:

Qt 4.x -- http://qt.io Qt 5.x -- http://qt.io

KEYBOARD REFERENCE

Press F1 inside QVV to get help about keyboard shortcuts or check qvv_help.html file.

Images List Browser Window Keys

[
    show previous image
]
    show next image

\*
    show random image
~
    got to user home directory
DELETE
    moves all selected/current image to the trash ($HOME/.qvv4_trash_can)

Image View Window Keys

[ or PageUp
    show previous image
] or PageDown
    show next image
Mouse Wheel Up/Down
    show previous/next image
\*
    show random image
ARROW KEYS
    move image window
F3
    show image list browser (if hidden)
F4
    close image
ESC
    close image
ENTER
    close image
0
    fit image to display if larger (scale down)
1
    show image at 100% (1:1)
2
    show image at 200%
3
    show image at 300%
4
    show image at 400%
5
    show image at 500%
+
    increase scale by 10%
-
    decrease scale by 10%
z
    scale image to screen size, keep aspect ratio
x
    scale image to screen size
INSERT
    center image
DELETE
    moves this image to the trash can ($HOME/.qvv4_trash_can)

FEEDBACK

You can contact me with any notes you have at:

mailto:cade@bis.bg
mailto:cade@biscom.net
mailto:cade@noxrun.com

LICENSE

GPLv2, check COPYING file for license usege details.

AUTHOR, WEBSITE & GITHUB

1999-2021 (c) Vladi Belperchinov-Shabanski "Cade" 

<cade@noxrun.com> <cade@bis.bg> <cade@cpan.org>

http://cade.noxrun.com/projects/qvv

http://github.com/cade-vs/qvv

EOF

About

QVV Image Viewer - Qt-based image browser

Topics

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.2%
  • HTML 4.1%
  • C 1.6%
  • QMake 1.1%