An open API service indexing awesome lists of open source software.

https://github.com/ola-jed/qimageviewer

An image viewer written in C++ with Qt
https://github.com/ola-jed/qimageviewer

image-viewer qt-framework

Last synced: 8 months ago
JSON representation

An image viewer written in C++ with Qt

Awesome Lists containing this project

README

          

# QImageViewer

[![CodeFactor](https://www.codefactor.io/repository/github/ola-jed/qimageviewer/badge)](https://www.codefactor.io/repository/github/ola-jed/qimageviewer)

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c795bf59211b4d6ba9d656644b9bb241)](https://www.codacy.com/gh/Ola-jed/QNotePad/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Ola-jed/QNotePad&utm_campaign=Badge_Grade)

Lightweight image viewer written in c++ with the qt framework

## How to build ?

```bash
git clone https://github.com/Ola-jed/QImageViewer
cd QImageViewer
cmake .
make
./QImageViewer # You can pass the path to the file to open as a param
```

Just import the project if you use an ide.

## Screenshots

![1](https://user-images.githubusercontent.com/66482155/124970736-32c0bf00-e020-11eb-8bb5-0780db0c8d83.png)

![2](https://user-images.githubusercontent.com/66482155/124970769-3f451780-e020-11eb-8353-08d27586dbf0.png)